OFFSET
1,3
COMMENTS
Generated with DrScheme.
LINKS
Jonathan Wellons, Table of n, a(n) for n = 1..662
J. Wellons, Tables of Shared Digits [archived]
EXAMPLE
643164144134306^2 = 413660116300014343066166101636.
MATHEMATICA
Select[FromDigits/@Tuples[{0, 1, 3, 4, 6}, 7], SubsetQ[{0, 1, 3, 4, 6}, IntegerDigits[ #^2]]&] (* Harvey P. Dale, Aug 14 2017 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Jonathan Wellons (wellons(AT)gmail.com), Jan 22 2008
STATUS
approved