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!)
A101331 Fermat(Mersenne(x)) = 2^(2^(2^x-1))+1 0

%I #3 Jan 21 2019 19:01:55

%S 3,5,257,340282366920938463463374607431768211457

%N Fermat(Mersenne(x)) = 2^(2^(2^x-1))+1

%C Fermat-Mersenne numbers.

%e F(M(0))= 3

%e F(M(1))= 5

%e F(M(2))= 257

%e F(M(3))= 340282366920938463463374607431768211457

%o (PARI) for(x=0,4,print( ( 2^(2^(2^x-1))+1 )))

%K nonn

%O 0,1

%A _Jorge Coveiro_, Dec 24 2004

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 19 08:39 EDT 2024. Contains 371782 sequences. (Running on oeis4.)