Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A136142
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A136142 Four consecutive primes with two sets of twin primes. +0
1
5, 7, 11, 13, 11, 13, 17, 19, 101, 103, 107, 109, 137, 139, 149, 151, 179, 181, 191, 193, 191, 193, 197, 199, 419, 421, 431, 433, 809, 811, 821, 823, 821, 823, 827, 829, 1019, 1021, 1031, 1033, 1049, 1051, 1061, 1063, 1481, 1483, 1487, 1489, 1871, 1873 (list; graph; listen)
OFFSET

1,1

COMMENT

Some of these are prime quadruples, but some are not. Call them unrestricted prime quadruples.

LINKS

Eric Weisstein's World of Mathematics, Prime Quadruplet

PROGRAM

(PARI) {forprime(p1=0, 3000, p2=p1+2; if(!isprime(p2), next; ); forprime(p3=p2+1, 6000, p4=p3+2; if(isprime(p4), print1(p1, ", ", p2, ", ", p3, ", ", p4, ", ")); break; ))}

CROSSREFS

Cf. A007530.

Adjacent sequences: A136139 A136140 A136141 this_sequence A136143 A136144 A136145

Sequence in context: A122278 A124109 A095798 this_sequence A136162 A140554 A054500

KEYWORD

nonn

AUTHOR

Harry J. Smith (hjsmithh(AT)sbcglobal.net), Dec 16 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 January 7 17:35 EST 2009. Contains 152824 sequences.


AT&T Labs Research