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”).

A119572
a(n) = (2^(2^n) + 1 + 2^(2^(n + 1) - 1) + 1)/2
0
3, 7, 73, 16513, 1073774593, 4611686020574871553, 85070591730234615875067023894796828673, 28948022309329048855892746252171976963487637349870610241596083305694166515713
OFFSET
0,1
MATHEMATICA
a=Table[(2^(2^n) + 1 + 2^(2^(n + 1) - 1) + 1)/2, {n, 0, 10}]
CROSSREFS
Sequence in context: A088647 A075611 A191485 * A362651 A172995 A325476
KEYWORD
nonn
AUTHOR
Roger L. Bagula, May 31 2006
EXTENSIONS
Edited by N. J. A. Sloane, Jun 03 2006
STATUS
approved