login
A076357
a(n) = floor(t^n) where n=39661481813^(1/10) (approximately 11.4772). a(n) is prime for n<=10.
2
11, 131, 1511, 17351, 199151, 2285711, 26233621, 301089179, 3455668247, 39661481813, 455203748458, 5224475817304, 59962484179977, 688202919252740, 7898659712736578, 90654694294744401, 1040464318828877723
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
Sequence in context: A227677 A302759 A076255 * A015606 A077417 A082148
KEYWORD
nonn
AUTHOR
David Terr, Nov 06 2002
EXTENSIONS
Edited and extended by Robert G. Wilson v, Nov 08 2002
STATUS
approved