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.

A053059 Squares whose product of digits is also a nonzero square.

Original entry on oeis.org

1, 4, 9, 49, 144, 289, 441, 1444, 7744, 11236, 11449, 11664, 11881, 13689, 14884, 16384, 16641, 19881, 21316, 26896, 28224, 29241, 29929, 31684, 36481, 38416, 41616, 42436, 42849, 43264, 43681, 44944, 48841, 49284, 55696, 69169, 76176
Offset: 1

Views

Author

Felice Russo, Feb 25 2000

Keywords

References

  • Felice Russo, A set of new Smarandache functions, sequences and conjectures in number theory, American Research Press 2000

Crossrefs

A061867 allows zeros. Cf. A000290.

Programs

  • Mathematica
    nzsQ[n_]:=Module[{pd=Times@@IntegerDigits[n]},pd!=0&&IntegerQ[Sqrt[pd]]]; Select[Range[2000]^2,nzsQ] (* Harvey P. Dale, Nov 13 2012 *)

Extensions

More terms from James Sellers, Feb 28 2000