OFFSET
1,1
COMMENTS
FEPS(10, 1) (the first floor exponential prime sequence of length 10).
See A076255 for more explanation of floor exponential prime sequences.
I found that past the first ten members, there were no powers of t which produce a prime <= 2000. - Robert G. Wilson v
REFERENCES
Richard Crandall and Carl Pomerance, Prime Numbers - a Computational Perspective, Springer, 2001, page 69, exercise 1.75.
EXAMPLE
a(5) = floor(t^5) = floor(39661481813^(1/2)) = 199151.
MATHEMATICA
Table[ Floor[39661481813^(n/10)], {n, 1, 17}]
CROSSREFS
KEYWORD
nonn
AUTHOR
David Terr, Nov 06 2002
EXTENSIONS
Edited and extended by Robert G. Wilson v, Nov 08 2002
STATUS
approved