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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A074839 a(0) = 1, a(n+1) = a(n) + next prime larger than a(n). 1
1, 3, 8, 19, 42, 85, 174, 353, 712, 1431, 2864, 5743, 11492, 22989, 45982, 91971, 183968, 367939, 735888, 1471789, 2943596, 5887195, 11774408, 23548837, 47097690, 94195387, 188390808, 376781617, 753563240, 1507126509, 3014253028 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

EXAMPLE

For instance 1+2=3, 3+5=8, 8+11=19, 19+23=42, 42+43=85, ...

MATHEMATICA

Needs[ "NumberTheory`NumberTheoryFunctions`" ]; NestList[ # + NextPrime[ # ] &, 1, 50 ]

CROSSREFS

Cf. A063807.

Sequence in context: A089924 A178457 A072916 * A002318 A095681 A079583

Adjacent sequences:  A074836 A074837 A074838 * A074840 A074841 A074842

KEYWORD

easy,nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 09 2002

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 14 11:36 EST 2012. Contains 205623 sequences.