OFFSET
1,3
COMMENTS
Generated with DrScheme.
LINKS
Jonathan Wellons, Table of n, a(n) for n = 1..142
J. Wellons, Tables of Shared Digits [archived]
EXAMPLE
870517087810501^2 = 757800000170075508718085871001.
MATHEMATICA
With[{c={0, 1, 5, 7, 8}}, Select[FromDigits/@Tuples[c, 11], SubsetQ[c, IntegerDigits[ #^2]]&]] (* Harvey P. Dale, Sep 13 2019 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Jonathan Wellons (wellons(AT)gmail.com), Jan 22 2008
EXTENSIONS
More terms from Harvey P. Dale, Sep 13 2019
STATUS
approved