Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A086169
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A086169 Sum of the first n twin prime pairs. +0
1
8, 20, 44, 80, 140, 224, 344, 488, 692, 908, 1184, 1484, 1844, 2228, 2624, 3080, 3560, 4100, 4664, 5288, 5984, 6824, 7688, 8612, 9656, 10796, 11996, 13232, 14516, 15836, 17456, 19100, 20756, 22472, 24236, 26276, 28340, 30440, 32564, 34748, 37052 (list; graph; listen)
OFFSET

1,1

EXAMPLE

For n = 4 we have twin prime pairs (3,5) (5,7) (11,13) (17,19) and 3+5+5+7+11+13+17+19 = 80

PROGRAM

(PARI) addnexttwin(n)= { s=0; for(x=1, n, if(prime(x+1)-prime(x)==2, s=s+prime(x+1)+prime(x); print1(s", ")) ) }

CROSSREFS

Sequence in context: A086062 A006416 A121307 this_sequence A107816 A036835 A101363

Adjacent sequences: A086166 A086167 A086168 this_sequence A086170 A086171 A086172

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Aug 25 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 July 24 12:00 EDT 2008. Contains 142294 sequences.


AT&T Labs Research