OFFSET
1,3
COMMENTS
Generated with DrScheme.
LINKS
Jonathan Wellons, Table of n, a(n) for n = 1..1227
J. Wellons, Tables of Shared Digits [archived]
EXAMPLE
50530501^2 = 2553331531311001.
MATHEMATICA
With[{c={0, 1, 2, 3, 5}}, Select[FromDigits/@Tuples[c, 5], SubsetQ[c, IntegerDigits[#^2]]&]] (* Harvey P. Dale, Jun 25 2023 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Jonathan Wellons (wellons(AT)gmail.com), Jan 22 2008
STATUS
approved