OFFSET
1,2
COMMENTS
Generated with DrScheme.
LINKS
Jonathan Wellons, Table of n, a(n) for n = 1..1561
J. Wellons, Tables of Shared Digits [archived]
EXAMPLE
52527097505^2 = 2759095972299777225025.
MATHEMATICA
With[{c={0, 2, 5, 7, 9}, digs=5}, Select[FromDigits/@Tuples[ c, digs], SubsetQ[ c, IntegerDigits[ #^2]]&]] (* Harvey P. Dale, Sep 29 2018 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Jonathan Wellons (wellons(AT)gmail.com), Jan 22 2008
STATUS
approved