OFFSET
1,1
COMMENTS
Generated with DrScheme.
No further terms up to 10^12. - Harvey P. Dale, Oct 02 2017
No further terms up to 10^38. - Michael S. Branicky, May 27 2021
LINKS
Jonathan Wellons, Tables of Shared Digits [archived].
EXAMPLE
27797977^2 = 772727525292529.
MATHEMATICA
With[{c={2, 5, 7, 9}}, Table[Select[FromDigits/@Tuples[c, n], SubsetQ[c, IntegerDigits[ #^2]]&], {n, 8}]]//Flatten (* Harvey P. Dale, Oct 02 2017 *)
PROG
(Python) # uses auptod in A137110
print(auptod(16, only="2579")) # Michael S. Branicky, May 27 2021
CROSSREFS
KEYWORD
base,nonn,more
AUTHOR
Jonathan Wellons (wellons(AT)gmail.com), Jan 22 2008
STATUS
approved