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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A074271 Previous term + prime(previous term). 10
1, 3, 8, 27, 130, 863, 7554, 84385, 1165814, 19408513, 381328184, 8690396907, 226500350374, 6671888768963, 219904832427160, 8040978338951561, 323784549401655250, 14264968083112608087 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(1)=1; a(n)=a(n-1)+prime(a(n-1)).

EXAMPLE

a(4)=27 because a(3)=8, prime(8)=19 and 8+19=27.

MATHEMATICA

se={1}; a=1; Do[b=a+Prime[a]; se=Append[se, b]; a=b, {i, 13}]; se

NestList[ Prime@# + # &, 1, 14] [From Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 17 2010]

CROSSREFS

Cf. A007097, A179274. [From Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 17 2010]

Sequence in context: A110886 A104854 A030495 * A005641 A148845 A148846

Adjacent sequences:  A074268 A074269 A074270 * A074272 A074273 A074274

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Sep 21 2002

EXTENSIONS

a(15) from Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 17 2010

a(16)-a(18) from Charles R Greathouse IV, Mar 15, 2011

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 23:08 EST 2012. Contains 206085 sequences.