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