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”).

A119105
Triangular numbers composed of digits {1,2,7}.
2
1, 21, 171, 1711, 2211, 72771, 121771, 222111, 712221, 22221111, 72222171, 2222211111, 12177127711, 72177771711, 171277217121, 222222111111, 22222221111111, 121727717277211, 2222222211111111, 22117121117271271, 222222222111111111, 12172172111271712221
OFFSET
1,2
FORMULA
a(n) = A000217(A119106(n)). - Tyler Busby, Mar 31 2023
MATHEMATICA
Flatten[Table[Select[FromDigits/@Tuples[{1, 2, 7}, n], OddQ[Sqrt[8#+1]]&], {n, 17}]] (* Harvey P. Dale, Sep 02 2015 *)
CROSSREFS
Cf. A000217, A053885, A119106. See A119033 for a table of cross-references.
Sequence in context: A241219 A185128 A007261 * A015880 A113163 A090021
KEYWORD
nonn,base
AUTHOR
Giovanni Resta, May 10 2006
EXTENSIONS
a(21)-a(22) from Tyler Busby, Mar 23 2023
STATUS
approved