OFFSET
1,1
COMMENTS
The terms a({15, 25, 34}) = {51988, 114488, 176988} are such that 5*a(n)^5 == 55555840 (mod 10^8). Therefore any number congruent to one of these, modulo 5*10^5, is also in the sequence. Of course, for any a(n) in the sequence, any a(n)*10^k, k >= 0, is also in the sequence. - M. F. Hasler, Jul 16 2024
Conjecture: a(n) ~ n. - Charles R Greathouse IV, Dec 04 2024
REFERENCES
C. A. Pickover, "Keys to Infinity", New York: Wiley, p. 7, 1995.
LINKS
Giovanni Resta, super-d numbers, personal web site "Numbers Aplenty", 2013
Eric Weisstein's World of Mathematics, Super-d Number
MATHEMATICA
Select[Range[200000], SequenceCount[IntegerDigits[5#^5], {5, 5, 5, 5, 5}]>0&] (* Harvey P. Dale, Jul 16 2016 *)
PROG
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, May 15 1998
EXTENSIONS
Offset changed to 1 by Andrew Howroyd, Jul 16 2024
STATUS
approved