OFFSET
1,2
COMMENTS
Generated with DrScheme.
LINKS
Jonathan Wellons, Table of n, a(n) for n = 1..980
J. Wellons, Tables of Shared Digits [archived]
EXAMPLE
645145151616461^2 = 416212266654226451241246164521.
MATHEMATICA
Module[{nn=6, c={1, 2, 4, 5, 6}}, Select[Flatten[Table[FromDigits/@Tuples[c, n], {n, nn}]], SubsetQ[ c, IntegerDigits[#^2]]&]] (* Harvey P. Dale, Jun 16 2023 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Jonathan Wellons (wellons(AT)gmail.com), Jan 22 2008
STATUS
approved