The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A082278 a(1)=1; for n >= 1, a(n+1) is minimal such that there are a(n) primes strictly between a(n) and a(n+1). 3
1, 3, 12, 60, 390, 3320, 35570, 471620, 7543118, 142663878, 3136936508, 79061105312, 2256802761948, 72223691097344 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
3 is the only prime in the sequence.
LINKS
EXAMPLE
There are 3 primes (5,7,11) between 3 and the next term 12.
MATHEMATICA
a[1]=1; a[2]=3; a[n_] := a[n]=1+Prime[1+Sum[a[i], {i, 1, n-1}]]
CROSSREFS
Cf. A082279.
Sequence in context: A053532 A357594 A159867 * A078162 A348002 A211774
KEYWORD
more,nonn
AUTHOR
Amarnath Murthy, Apr 13 2003
EXTENSIONS
Better description from Vladeta Jovovic, Apr 15 2003
a(14) from Chai Wah Wu, Nov 29 2019
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 7 18:53 EDT 2024. Contains 373206 sequences. (Running on oeis4.)