Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A096379
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A096379 Differences between the sum of the first two primes and the third prime in consecutive prime triples. +0
3
0, 1, 1, 5, 7, 11, 13, 13, 21, 23, 27, 35, 37, 37, 41, 51, 53, 57, 65, 65, 69, 73, 75, 85, 95, 97, 101, 103, 95, 109, 121, 129, 127, 137, 143, 145, 153, 157, 161, 171, 169, 179, 187, 191, 185, 187, 207, 221, 223, 223, 231, 229, 235, 245, 251, 261, 263, 267, 275, 271 (list; graph; listen)
OFFSET

2,4

FORMULA

prime(n) + prime(n+1) - prime(n+2)

EXAMPLE

prime(25) = 97 + prime(26) = 101 - prime(27) = 103 = 95.

PROGRAM

(PARI) g(n)=for(x=1, n, print1(prime(x)+prime(x+1)-prime(x+2)", "))

CROSSREFS

Adjacent sequences: A096376 A096377 A096378 this_sequence A096380 A096381 A096382

Sequence in context: A140554 A054500 A082684 this_sequence A098761 A113837 A079498

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Aug 04 2004

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 13 09:05 EDT 2008. Contains 145008 sequences.


AT&T Labs Research