OFFSET
1,2
FORMULA
a(n)=r(n)*2^b(n) where b(n) is an integer sequence and r(n) converges to 1.452148914690155834251....
MATHEMATICA
nxt[n_]:=Module[{tst=2n+1}, If[!PrimeQ[tst], tst, n+1]]; NestList[nxt, 1, 40] (* Harvey P. Dale, Dec 29 2010 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Apr 12 2003
EXTENSIONS
Corrected and extended by Harvey P. Dale, Dec 29 2010
STATUS
approved