OFFSET
1,3
COMMENTS
Generated with DrScheme.
LINKS
Jonathan Wellons, Table of n, a(n) for n = 1..46
Jonathan Wellons, Tables of Shared Digits
EXAMPLE
100501000000000^2 = 10100451001000000000000000000.
MATHEMATICA
With[{c={0, 1, 4, 5}}, Select[FromDigits/@Tuples[c, 13], SubsetQ[c, IntegerDigits[ #^2]]&]] (* Harvey P. Dale, Apr 15 2018 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Jonathan Wellons (wellons(AT)gmail.com), Jan 22 2008
STATUS
approved