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!)
A101327 2^(2^(2^x-1)-1)-1 == M(M(M(x))) 0
0, 1, 127, 170141183460469231731687303715884105727 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Triple Mersenne numbers.
LINKS
EXAMPLE
M(M(M(0)))=0
M(M(M(1)))=1
M(M(M(2)))=127
M(M(M(3)))=170141183460469231731687303715884105727
PROG
(PARI) for(x=0, 4, print(2^(2^(2^x-1)-1)-1))
CROSSREFS
Sequence in context: A263165 A135982 A135983 * A368676 A035880 A010369
KEYWORD
nonn
AUTHOR
Jorge Coveiro, Dec 24 2004
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 May 9 08:03 EDT 2024. Contains 372346 sequences. (Running on oeis4.)