|
Search: id:A119550
|
|
|
| A119550 |
|
Prime numbers of the form 2^(2^n) + 2^n - 1. |
|
+0 2
|
| |
|
|
OFFSET
|
1,1
|
|
|
FORMULA
|
Define F(n) = 2^(2^n)+1 = n-th Fermat number, M(n) = 2^n-1 = the n-th Mersenne number. Then we are considering the numbers f(n) = F(n)+M(n)-1 = 2^(2^n) + 2^n - 1 (cf. A119563).
|
|
EXAMPLE
|
F(2)= 2^(2^2)+1 = 17, M(2) = 2^2-1 = 3, F(2)+ M(2)-1 = 19 is prime, so 2 is a member.
|
|
PROGRAM
|
(PARI) fmp3(n)=for(x=0, n, y=2^(2^x)+2^x-1; if(ispseudoprime(y), print1(y", ")))
|
|
CROSSREFS
|
Cf. A119563, A119564.
Sequence in context: A085871 A080280 A055813 this_sequence A119563 A059079 A136900
Adjacent sequences: A119547 A119548 A119549 this_sequence A119551 A119552 A119553
|
|
KEYWORD
|
nonn,more,less
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)gmail.com), May 31 2006
|
|
EXTENSIONS
|
Edited by N. J. A. Sloane (njas(AT)research.att.com), Jun 03 2006
Definition corrected by Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Jun 10 2007
|
|
|
Search completed in 0.002 seconds
|