OFFSET
1,2
COMMENTS
Generated with DrScheme.
LINKS
Jonathan Wellons, Table of n, a(n) for n = 1..149
J. Wellons, Tables of Shared Digits [archived]
EXAMPLE
217134132142421^2 = 47147231341242344447427741241.
MATHEMATICA
Table[With[{c={1, 2, 3, 4, 7}}, Select[FromDigits/@Tuples[c, n], SubsetQ[ c, IntegerDigits[ #^2]]&]], {n, 10}]//Flatten (* Harvey P. Dale, Feb 24 2016 *) (* Harvey P. Dale, Feb 24 2016 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Jonathan Wellons (wellons(AT)gmail.com), Jan 22 2008
STATUS
approved