A076255 a(n) = floor(t^n), where t=3450844193^(1/9) (approximately 11.4754).
11, 131, 1511, 17341, 198997, 2283583, 26205133, 300715537, 3450844193, 39599967967, 454427199648, 5214753707584, 59841612147821, 686709046151502, 7880290940381527, 90429834371744720, 1037722465625775937
Offset: 1
Keywords
Examples
a(4) = floor(t^4) = floor(3450844193^(4/9)) = 17341, which is prime, like each other term in the sequence.
References
- R. Crandall and C. Pomerance, Prime Numbers: A Computational Perspective, Springer, NY, 2001; see page 69, exercise 1.75.
Crossrefs
Cf. A063636.
Programs
-
Mathematica
Table[ Floor[3450844193^(n/9)], {n, 1, 18}]
Extensions
Edited and extended by Robert G. Wilson v, Nov 07 2002
Comments