login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A069694
Triangular numbers with internal digits 2.
0
0, 1, 3, 6, 10, 15, 21, 28, 36, 45, 55, 66, 78, 91, 120, 325, 528, 820, 1225
OFFSET
1,3
COMMENTS
For proof of finiteness see A069693.
MATHEMATICA
Do[ If[ Union[ Drop[ RotateLeft[ IntegerDigits[n(n + 1)/2]], -2]] == {2}, Print[n(n + 1)/2]], {n, 14, 2 10^6}]
CROSSREFS
KEYWORD
fini,full,nonn,base
AUTHOR
Amarnath Murthy, Apr 06 2002
STATUS
approved