OFFSET
1,3
COMMENTS
Generated with DrScheme.
LINKS
Jonathan Wellons, Tables of Shared Digits [archived]
FORMULA
From Robert Israel, Jun 05 2025: (Start)
Conjecture: the only terms not ending in 0 are 1 and 1071. Thus for n >= 5, a(n) = 10^((n+1)/2) if n is odd, 1071 * 10^((n-6)/2) if n is even.
I have verified that any other terms not ending in 0 are greater than 10^30.
(End)
EXAMPLE
107100000000000^2 = 11470410000000000000000000000.
MATHEMATICA
With[{c={0, 1, 4, 7}}, Select[Flatten[FromDigits/@Tuples[c, 15]], SubsetQ[ c, IntegerDigits[ #^2]]&]] (* Harvey P. Dale, Feb 08 2023 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Jonathan Wellons (wellons(AT)gmail.com), Jan 22 2008
STATUS
approved
