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.

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