login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A082279 a(1)=1, a(2)=2 and a(n+1) is minimal such that there are a(n-1) primes strictly between a(n) and a(n+1). 3
1, 2, 4, 8, 20, 54, 152, 464, 1532, 5334, 19764, 77042, 316760, 1361630, 6129422, 28709012, 139999730, 707500404, 3705539918, 20045427240, 111972406422, 644198989898, 3815636759538 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

2 is the only prime in the sequence.

EXAMPLE

There are 4 primes (11,13,17,19) between 8 and the next term 20.

MATHEMATICA

a[1]=1; a[2]=2; a[n_] := a[n]=1+Prime[1+Sum[a[i], {i, 1, n-2}]]

CROSSREFS

Cf. A082278.

Sequence in context: A089976 A000980 A123611 * A113180 A000116 A006407

Adjacent sequences:  A082276 A082277 A082278 * A082280 A082281 A082282

KEYWORD

more,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Apr 13 2003

EXTENSIONS

Better description from Vladeta Jovovic (vladeta(AT)eunet.yu), Apr 15 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 09:41 EST 2012. Contains 206009 sequences.