Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A087693
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A087693 Lesser twin prime p such that 2^p-1 is composite. +0
1
11, 29, 41, 59, 71, 101, 137, 149, 179, 191, 197, 227, 239, 269, 281, 311, 347, 419, 431, 461, 569, 599, 617, 641, 659, 809, 821, 827, 857, 881, 1019, 1031, 1049, 1061, 1091, 1151, 1229, 1277, 1289, 1301, 1319, 1427, 1451, 1481, 1487, 1607, 1619, 1667, 1697 (list; graph; listen)
OFFSET

0,1

COMMENT

Look at all twin primes (p1, p2); if 2^p1 - 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: A153768 A092194 A134307 this_sequence A106017 A106065 A156110

Adjacent sequences: A087690 A087691 A087692 this_sequence A087694 A087695 A087696

KEYWORD

easy,nonn

AUTHOR

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

EXTENSIONS

More terms from 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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research