OFFSET
1,2
COMMENTS
Generated with DrScheme.
Conjectures: (1) the digit 4 never appears in the terms of the sequence (although it does appear in the digits of the squares of the terms of the sequence), and (2) all nonzero terms are of the form 88 * 10^m or 878 * 10^m. - Harvey P. Dale, Oct 24 2020
LINKS
J. Wellons, Tables of Shared Digits [archived]
EXAMPLE
878^2 = 770884.
MATHEMATICA
With[{c={0, 4, 7, 8}}, Select[FromDigits/@Tuples[c, 15], SubsetQ[ c, IntegerDigits[ #^2]]&]] (* Harvey P. Dale, Oct 24 2020 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Jonathan Wellons (wellons(AT)gmail.com), Jan 22 2008
STATUS
approved