Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A087699
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A087699 Greater twin prime p such that 2^p-1 is composite. +0
1
43, 73, 103, 109, 139, 151, 181, 193, 199, 229, 241, 271, 283, 313, 349, 421, 433, 463, 523, 571, 601, 619, 643, 661, 811, 823, 829, 859, 883, 1021, 1033, 1051, 1063, 1093, 1153, 1231, 1291, 1303, 1321, 1429, 1453, 1483, 1489, 1609, 1621, 1669, 1699, 1723 (list; graph; listen)
OFFSET

0,1

COMMENT

Look at all twin primes (p1, p2); if 2^p2 - 1 is composite print p2.

PROGRAM

(PARI) twopm1(n) = { forprime(x=2, n, y=2^x-1; if(!isprime(y) && isprime(x-2), print1(x", ") ) ) }

CROSSREFS

Sequence in context: A139875 A087765 A141971 this_sequence A054807 A139932 A080177

Adjacent sequences: A087696 A087697 A087698 this_sequence A087700 A087701 A087702

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Oct 25 2003

EXTENSIONS

Corrected and extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Nov 07 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 23 17:35 EDT 2008. Contains 142285 sequences.


AT&T Labs Research