login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A119550 Prime numbers of the form 2^(2^n) + 2^n - 1. 1
2, 5, 19, 263, 65551 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
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.
PROG
(PARI) fmp3(n)=for(x=0, n, y=2^(2^x)+2^x-1; if(ispseudoprime(y), print1(y", ")))
CROSSREFS
Sequence in context: A080280 A218386 A055813 * A119563 A270398 A269997
KEYWORD
nonn,more,less
AUTHOR
Cino Hilliard, May 31 2006
EXTENSIONS
Edited by N. J. A. Sloane, Jun 03 2006
Definition corrected by Stefan Steinerberger, Jun 10 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)