OFFSET
1,1
COMMENTS
Generated with DrScheme.
LINKS
Jonathan Wellons, Table of n, a(n) for n=1..122
Jonathan Wellons, Tables of Shared Digits [archived]
EXAMPLE
765738688383876^2 = 586355738887858753336736783376.
MATHEMATICA
With[{c={3, 5, 6, 7, 8}}, Select[FromDigits/@Flatten[Table[Tuples[c, n], {n, 9}], 1], SubsetQ[c, IntegerDigits[#^2]]&]] (* Harvey P. Dale, Feb 19 2018 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Jonathan Wellons (wellons(AT)gmail.com), Jan 22 2008
STATUS
approved