Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A069103
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A069103 a(1) = 1; a(2) = 1; a(n) = Prime[a(n-1)] + Prime[a(n-2)] if n > 2. +0
5
1, 1, 4, 9, 30, 136, 882, 7626, 84448, 1159912, 19226112, 376464500, 8556370952, 222510227460, 6542050923204 (list; graph; listen)
OFFSET

1,3

EXAMPLE

a(3) = Prime[a(2)] + Prime[a(1)] = 2 + 2 = 4.

MATHEMATICA

f[x_] := Prime[f[x-1]]+Prime[f[x-2]] {f[1]=1, f[2]=1}; Table[f[w], {w, 1, 15}]

CROSSREFS

Adjacent sequences: A069100 A069101 A069102 this_sequence A069104 A069105 A069106

Sequence in context: A091658 A086688 A105865 this_sequence A041137 A042599 A141043

KEYWORD

nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Apr 06 2002

EXTENSIONS

More terms from Labos E. (labos(AT)ana.sote.hu), Apr 11 2003

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 12 13:44 EDT 2008. Contains 144830 sequences.


AT&T Labs Research