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!)
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, 2302616062156639, 87542957597514007, 3654858165039471959 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
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, Dec 22 2005 *)
CROSSREFS
Sequence in context: A237359 A087164 A077213 * A181609 A205827 A098544
KEYWORD
nonn,more
AUTHOR
Yasutoshi Kohmoto, 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, Dec 22 2005
a(16)-a(18) from Amiram Eldar, Sep 12 2022
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 May 8 14:51 EDT 2024. Contains 372334 sequences. (Running on oeis4.)