Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A087858
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A087858 Lesser of twin primes p such that 2^p-1 is prime. +0
1
3, 5, 17, 107, 521 (list; graph; listen)
OFFSET

2,1

COMMENT

Are there any further terms?

PROGRAM

(PARI) twopm1(n) = { sr=0; forprime(x=2, n, y=2^x-1; if(isprime(x+2), y2=2^(x+2)-1, y2=0); if(isprime(y) && isprime(x+2), print1(x", "); sr+=1.0/y; sr+=1.0/y2; ) ); }

CROSSREFS

Sequence in context: A102846 A100003 A114161 this_sequence A084723 A107312 A083213

Adjacent sequences: A087855 A087856 A087857 this_sequence A087859 A087860 A087861

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Oct 25 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 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research