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