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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A112601 a(n) = prime(b(n)) where b(n) = b(n-2) + a(n-1) (with b(1)=1, b(2)=2). 2
2, 3, 7, 23, 103, 613, 4751, 47137, 582511, 8758339, 156819893, 3283370969, 79174605361, 2171048919947, 66970610115763 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

a[n_] := a[n] = Prime[b[n]]; b[1] = 1; b[2] = 2; b[n_] := b[n] = b[n - 2] + a[n - 1]; Array[a, 15] (* Robert G. Wilson v *)

CROSSREFS

Cf. A111392, A112237.

Sequence in context: A087770 A087164 A077213 * A181609 A098544 A176706

Adjacent sequences:  A112598 A112599 A112600 * A112602 A112603 A112604

KEYWORD

nonn

AUTHOR

Yasutoshi Kohmoto (zbi74583(AT)boat.zero.ad.jp), Dec 15, 2005

EXTENSIONS

Better definition from Dean Hickerson, more terms from Emeric Deutsch, Dec 17 2005

a(12)-a(15) from Robert G. Wilson v (rgwv(at)rgwv.com), Dec 22 2005

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 15 14:02 EST 2012. Contains 205811 sequences.