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

A081651
a(n) = floor((3/2)^^n), where x^^n is the power tower x^(x^(...^x)) with n x's.
3
1, 1, 1, 2, 2, 2, 2, 3, 3, 4, 5, 10, 86, 1499263005586576
OFFSET
0,4
MATHEMATICA
f[n_] := (3/2)^n; Floor[ NestList[f, 3/2, 12]]
CROSSREFS
Cf. A014221.
Sequence in context: A275882 A005139 A005134 * A269333 A029193 A308052
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Mar 26 2003
EXTENSIONS
New definition from Benoit Jubin, Jul 22 2008
Inserted a missing 1 at the beginning, Benoit Jubin, Aug 04 2008
STATUS
approved