cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-2 of 2 results.

A119186 Triangular numbers composed of digits {3,5,6}.

Original entry on oeis.org

3, 6, 36, 55, 66, 666, 3655, 5356, 5565, 6555, 333336, 3635556, 5656566, 35536665, 56365653, 56663335, 63365653, 655636366, 53533355655, 55663663653, 533533653555, 555533363556, 6653355565366, 555665666566566, 35356355566555653, 653366333366663536656
Offset: 1

Views

Author

Giovanni Resta, May 10 2006

Keywords

Crossrefs

Cf. A000217, A053945, A119187. See A119033 for a table of cross-references.

Programs

  • Mathematica
    Table[Select[FromDigits/@Tuples[{3,5,6},n],OddQ[Sqrt[8#+1]]&],{n,15}]//Flatten (* Harvey P. Dale, Aug 03 2021 *)

Formula

a(n) = A000217(A119187(n)). - Tyler Busby, Mar 24 2023

Extensions

a(25)-a(26) from Tyler Busby, Mar 24 2023

A053944 Numbers k such that k^2 contains only digits {3,5,6}.

Original entry on oeis.org

6, 256, 744, 1834, 18806, 23166, 23566, 256194, 2357194, 2523166, 187979694, 2310098166, 19121548934, 25209786895834, 23527926717739784
Offset: 1

Views

Author

Patrick De Geest, Mar 15 2000

Keywords

Crossrefs

Cf. A053945.

Extensions

One more term from Ryan H. Richter (bobort(AT)bigfoot.com), Jan 25 2001, who remarks that there are no more terms less than 4000000000
More terms from C. Ronaldo (aga_new_ac(AT)hotmail.com), Jan 03 2005
One more term from Jon E. Schoenfield, Sep 04 2006
a(15) from Mishima's website added by Elmo R. Oliveira, Jul 17 2025
Showing 1-2 of 2 results.