login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A156321 a(1)=0, a(n+1) is smallest nonprime > 2*a(n). 1
0, 1, 4, 9, 20, 42, 85, 171, 343, 687, 1375, 2751, 5504, 11009, 22019, 44039, 88080, 176162, 352325, 704651, 1409303, 2818607, 5637215, 11274431, 22548863, 45097727, 90195455, 180390911, 360781823, 721563647, 1443127295, 2886254591 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
a(5) is the smallest nonprime > 2*a(4)=2*9=18, hence a(5)=20.
MATHEMATICA
np[n_]:=Module[{k=2n+1}, If[PrimeQ[k], k+1, k]]; NestList[np, 0, 40] (* Harvey P. Dale, May 23 2012 *)
CROSSREFS
Sequence in context: A272268 A284736 A051136 * A276778 A133095 A132175
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from R. J. Mathar, Feb 10 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 27 05:10 EDT 2024. Contains 373727 sequences. (Running on oeis4.)