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

A119045
Triangular numbers composed of digits {0,1,8}.
2
1, 10, 1081, 8001, 10011, 81810, 108811, 1188111, 8018010, 8801110, 10888111, 80118811, 88000011, 800180010, 881811010, 1088881111, 10808101800, 80001800010, 81108010180, 108888811111, 810008010801, 880818181011, 888000000111, 8000018000010, 10888888111111
OFFSET
1,2
FORMULA
a(n) = A000217(A119046(n)). - Michel Marcus, Mar 11 2023
MATHEMATICA
Rest[Select[FromDigits/@Tuples[{0, 1, 8}, 12], OddQ[Sqrt[8#+1]]&]] (* or *) Select[Accumulate[Range[1328*10^3]], SubsetQ[{0, 1, 8}, IntegerDigits[ #]]&](* Harvey P. Dale, May 06 2019 *)
CROSSREFS
Cf. A000217, A058422, A119046. See A119033 for a table of cross-references.
Sequence in context: A190945 A226553 A054609 * A339714 A069886 A133383
KEYWORD
nonn,base
AUTHOR
Giovanni Resta, May 10 2006
EXTENSIONS
a(23)-a(25) from Tyler Busby, Mar 11 2023
STATUS
approved