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