OFFSET
1,2
COMMENTS
Cross-references to similar sequences:
(*) Searched up to T(x)<10^32, resulted in short sequences (#terms<4):
247,249,279,479,489->{}, 234,237,239,347,348,349,379,389->{2}
LINKS
Bert Dobbelaere, Python program for sequences in comments
Giovanni Resta, Tridigital Triangular Numbers
MATHEMATICA
Select[Range[2 10^7], Complement[IntegerDigits[Binomial[# + 1, 2]], {0, 1, 2}] == {}&] (* Vincenzo Librandi, Oct 07 2015 *)
PROG
(Magma) [n: n in [1..2*10^7] | Set(Intseq(Binomial(n+1, 2))) subset [0, 1, 2]]; // Vincenzo Librandi, Oct 07 2015
(PARI) isok(k) = my(s = Set([0, 1, 2])); setunion(Set(digits(k*(k+1)/2)), s) == s; \\ Michel Marcus, Mar 15 2026
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Giovanni Resta, May 10 2006
STATUS
approved
