|
Search: id:A101331
|
|
|
| A101331 |
|
Fermat(Mersenne(x)) = 2^(2^(2^x-1))+1 |
|
+0 1
|
| |
|
|
OFFSET
|
0,1
|
|
|
COMMENT
|
Fermat-Mersenne numbers.
|
|
EXAMPLE
|
F(M(0))= 3
F(M(1))= 5
F(M(2))= 257
F(M(3))= 340282366920938463463374607431768211457
|
|
PROGRAM
|
(PARI) for(x=0, 4, print( ( 2^(2^(2^x-1))+1 )))
|
|
CROSSREFS
|
Sequence in context: A012817 A087367 A058846 this_sequence A087368 A087670 A138584
Adjacent sequences: A101328 A101329 A101330 this_sequence A101332 A101333 A101334
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Jorge Coveiro (jorgecoveiro(AT)yahoo.com), Dec 24 2004
|
|
|
Search completed in 0.002 seconds
|