Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A129856
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A129856 Primes that are one less than the difference between consecutive primes. +0
2
3, 3, 3, 5, 5, 3, 3, 5, 5, 5, 3, 5, 3, 5, 7, 3, 3, 3, 13, 3, 5, 5, 5, 3, 5, 5, 3, 11, 11, 3, 3, 5, 5, 5, 5, 5, 3, 13, 3, 3, 13, 5, 3, 5, 7, 5, 5, 3, 5, 7, 3, 7, 5, 3, 5, 7, 3, 3, 11, 7, 3, 7, 3, 5, 11, 17, 5, 5, 5, 5, 5, 5, 5, 5, 3, 11, 3, 5, 5, 11, 3, 5, 7, 7, 7, 5, 5, 3, 7, 5, 3, 7, 3, 13, 11, 3, 13, 3, 3 (list; graph; listen)
OFFSET

1,1

LINKS

Cino Hilliard, Frequency of primes.

EXAMPLE

The first 4 consecutive prime pairs are (2,3),(3,5),(5,7),(7,11). The differences - 1 are the primes 0,1,1,3. The first three of these are not prime so 3 is the first entry in the table.

PROGRAM

(PARI) diffp1p2(n) = { local(p1, p2, y); for(x=1, n, p1=prime(x); p2=prime(x+1); y=(p2-p1)- 1; if(isprime(y), print1(y", ") ) ) }

CROSSREFS

Sequence in context: A076566 A083574 A108025 this_sequence A136800 A126661 A162226

Adjacent sequences: A129853 A129854 A129855 this_sequence A129857 A129858 A129859

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)hotmail.com), May 23 2007

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 30 13:13 EST 2009. Contains 167758 sequences.


AT&T Labs Research