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

A070632
a(n) = (2^(3^n)+1)/3^(n+1).
2
1, 19, 1657009, 9950006745799417075771, 19389268200585836264288587113776883575610248525384021488302948711030121
OFFSET
1,2
MATHEMATICA
Table[(2^(3^n) + 1)/3^(n + 1), {n, 6}] (* Wesley Ivan Hurt, Dec 26 2023 *)
CROSSREFS
Sequence in context: A177818 A269446 A172824 * A234039 A099114 A013810
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, May 13 2002
EXTENSIONS
One more term from Benoit Cloitre, Nov 01 2002
STATUS
approved