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