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.

A053934 Numbers k such that k^2 contains only digits {2,8,9}.

Original entry on oeis.org

3, 17, 173, 2983, 298327, 1732017, 5412290577, 9964933517, 5405829167667, 17320185602062360469701767
Offset: 1

Views

Author

Patrick De Geest, Mar 15 2000

Keywords

Crossrefs

Cf. A053935.

Programs

  • Mathematica
    Table[Select[Sqrt[FromDigits/@Tuples[{2,8,9},n]],IntegerQ],{n,15}]//Flatten (* The program generates the first six terms of the sequence. To generate more, increase the "n" constant but the program will take a long time to run. *) (* Harvey P. Dale, Nov 19 2023 *)

Extensions

More terms from C. Ronaldo (aga_new_ac(AT)hotmail.com), Jan 14 2005
One more term from Jon E. Schoenfield, Sep 04 2006
a(10) from Zhao Hui Du, Mar 09 2024

A119180 Triangular numbers composed of digits {2,8,9}.

Original entry on oeis.org

28, 828828, 9298828, 99228828, 2882992822228828, 88992922889298828, 299282229288828999298828
Offset: 1

Views

Author

Giovanni Resta, May 10 2006

Keywords

Comments

a(8) > 10^40. - Tyler Busby, Mar 29 2023

Crossrefs

Cf. A000217, A053935, A119181. See A119033 for a table of cross-references.

Formula

a(n) = A000217(A119181(n)). - Tyler Busby, Mar 29 2023
Showing 1-2 of 2 results.