OFFSET
1,1
COMMENTS
Generated with DrScheme.
LINKS
Jonathan Wellons, Table of n, a(n) for n = 1..497
J. Wellons, Tables of Shared Digits [archived]
EXAMPLE
984829269296292^2 = 969888689662668428628884949264.
MATHEMATICA
With[{c={2, 4, 6, 8, 9}}, Flatten[Table[Select[FromDigits/@Tuples[ c, n], SubsetQ[ c, IntegerDigits[ #^2]]&], {n, 8}]]] (* The program uses the SubsetQ function from Mathematica version 10 *) (* Harvey P. Dale, Nov 15 2014 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Jonathan Wellons (wellons(AT)gmail.com), Jan 22 2008
STATUS
approved