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

A119133
Numbers k such that the k-th triangular number contains only digits {1,5,6}.
2
1, 3, 5, 10, 11, 33, 36, 101, 105, 114, 333, 336, 471, 1011, 1063, 1141, 1769, 3333, 3336, 3363, 3366, 5588, 5773, 10114, 10541, 11096, 11411, 15241, 33333, 33336, 33363, 33366, 33663, 56773, 111010, 174101, 333333, 333336, 333363, 333366
OFFSET
1,2
MATHEMATICA
(Sqrt[8#+1]-1)/2&/@Select[Flatten[Table[FromDigits/@Tuples[{1, 5, 6}, n], {n, 11}]], OddQ[Sqrt[8#+1 ]]&] (* Harvey P. Dale, Nov 02 2014 *)
CROSSREFS
Cf. A000217, A119132. See A119034 for a table of cross-references.
Sequence in context: A067230 A321793 A075741 * A284959 A336531 A285415
KEYWORD
nonn,base
AUTHOR
Giovanni Resta, May 10 2006
STATUS
approved