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.

A053896 Numbers k such that k^2 contains only digits {1,4,5}.

Original entry on oeis.org

1, 2, 12, 21, 38, 10729, 39388, 664388, 10743112, 6415259271, 10701193462, 2261662119229, 73560479506012
Offset: 1

Views

Author

Patrick De Geest, Mar 15 2000

Keywords

Crossrefs

Cf. A053897.

Programs

  • Mathematica
    Select[Range[1, 100000], ContainsOnly[IntegerDigits[#^2], {1, 4, 5}] &] (* Julien Kluge, Jul 08 2016 *)

Extensions

More terms from C. Ronaldo (aga_new_ac(AT)hotmail.com), Jan 04 2005
Two more terms from Jon E. Schoenfield, Sep 03 2006