login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A101329
2^(2^(2^x)+1)-1 = M(F(x)) == Mersenne(Fermat(x))
0
7, 31, 131071, 231584178474632390847141970017375815706539969331281128078915168015826259279871
OFFSET
0,1
COMMENTS
Mersenne-Fermat numbers.
FORMULA
a(n) = A070969(2^n)-2. - R. J. Mathar, Apr 22 2007
EXAMPLE
M(F(0))=7
M(F(1))=31
M(F(2))=131071
M(F(3))=231584178474632390847141970017375815706539969331281128078915168015826259279871
PROG
(PARI) for(x=0, 3, print(2^(2^(2^x)+1)-1))
CROSSREFS
Sequence in context: A139314 A290969 A163083 * A193637 A214490 A360261
KEYWORD
nonn
AUTHOR
Jorge Coveiro, Dec 24 2004
STATUS
approved