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

A264931
a(n) = 1+2*3^4...[n-1]n where [n] is the n-th hyperoperator.
0
OFFSET
1,2
COMMENTS
a[n]b is the square bracket notation for hyperoperation. See A054871 for more info.
EXAMPLE
a(1) = 1;
a(2) = 1+2 = 3;
a(3) = 1+2*3 = 7;
a(4) = 1+2*3^4 = 163;
a(5) = 1+2*3^4^^5 which is too big to be included.
CROSSREFS
KEYWORD
nonn
AUTHOR
Natan Arie Consigli, Nov 29 2015
STATUS
approved