Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A048448
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A048448 a(n) = prime(n-1) + prime(n+1) (assuming prime(i) = 0 for i < 1). +0
22
2, 3, 7, 10, 16, 20, 28, 32, 40, 48, 54, 66, 72, 80, 88, 96, 106, 114, 126, 132, 140, 150, 156, 168, 180, 190, 200, 208, 212, 220, 236, 244, 264, 270, 286, 290, 306, 314, 324, 336, 346, 354, 370, 374, 388, 392, 408, 422, 438, 452, 460, 468, 474, 490, 498, 514 (list; graph; listen)
OFFSET

0,1

COMMENT

Starting from prime sequence add previous and next term yielding generation 2.

a(n) = A116366(n,n-2) for n>2. - Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Feb 06 2006

MATHEMATICA

Table[ Prime[n + 2] + Prime[n], {n, 1, 54}]

PROGRAM

(PARI) je=[]; for(n=0, 150, je=concat(je, prime(n)+prime(n+2))); je

(Mupad) ithprime(i)+ithprime(i+2) $ i = 1..54 - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Feb 26 2007

CROSSREFS

Generation 1 is the 'prime sequence A000040'. See A048449-A048466. See also A047844.

Sequence in context: A002238 A002255 A088163 this_sequence A054060 A024832 A100847

Adjacent sequences: A048445 A048446 A048447 this_sequence A048449 A048450 A048451

KEYWORD

nonn

AUTHOR

Patrick De Geest (pdg(AT)worldofnumbers.com), May 15 1999.

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 November 24 19:42 EST 2009. Contains 167435 sequences.


AT&T Labs Research