The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A069101 a(1) = 2; a(2) = 2; a(n) = Prime[a(n-1) + a(n-2)] if n > 2. 0
2, 2, 7, 23, 113, 769, 6857, 77591, 1082321, 18143791, 358320709, 8198050243, 214312177217, 6327738745987 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(3) = Prime[a(2) + a(1)] = Prime[2 + 2] = Prime(4) = 7.
MATHEMATICA
RecurrenceTable[{a[1]==a[2]==2, a[n]==Prime[a[n-1]+a[n-2]]}, a, {n, 14}] (* Harvey P. Dale, Sep 08 2015 *)
CROSSREFS
Sequence in context: A307426 A343577 A342644 * A221648 A138802 A292016
KEYWORD
nonn
AUTHOR
Joseph L. Pe, Apr 06 2002
EXTENSIONS
More terms from Harvey P. Dale, Sep 08 2015
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 23 10:34 EDT 2024. Contains 372760 sequences. (Running on oeis4.)