A126031 a(n) is the largest prime < 3*a(n-1) for n > 1, with a(1) = 2.
2, 5, 13, 37, 109, 317, 947, 2837, 8501, 25471, 76403, 229199, 687593, 2062759, 6188263, 18564769, 55694299, 167082893, 501248653, 1503745949, 4511237741, 13533713213, 40601139629, 121803418861, 365410256543, 1096230769619, 3288692308841, 9866076926507, 29598230779511
Offset: 1
Keywords
Links
- Artur Jasinski, Table of n, a(n) for n = 1..40
Crossrefs
Programs
-
Mathematica
NestList[NextPrime[3#,-1]&,2,30] (* Harvey P. Dale, Feb 03 2012 *)