|
| |
|
|
A073237
|
|
Ceiling of Pi^Pi^...^Pi (n times).
|
|
2
| | |
|
|
|
OFFSET
| 0,2
|
|
|
COMMENTS
| Decimal expansions (before taking ceiling) of Pi (A000796), Pi^Pi (A073233) and Pi^Pi^Pi (A073234) correspond to a(1), a(2) and a(3), respectively. See A073236 for same sequence rounded to nearest integer. This sequence is similar to A004002, which deals with e (but rounds).
|
|
|
FORMULA
| a(n) = ceiling(Pi^Pi^...^Pi), where Pi occurs n times, a(0) = 1 (=Pi^0).
|
|
|
PROG
| (PARI) p=0; for(n=0, 3, p=Pi^p; print1(ceil(p), ", ")) n=4 produces too large an exponent for PARI.
|
|
|
CROSSREFS
| Cf. A000796 (Pi), A073233 (Pi^Pi), A073234 (Pi^Pi^Pi), A073236 (Pi^Pi^...^Pi, n times, rounded), A004002 (Benford numbers), A056072 (similar to A004002 but takes floor).
Sequence in context: A183509 A027461 A144991 * A020205 A003633 A129310
Adjacent sequences: A073234 A073235 A073236 * A073238 A073239 A073240
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Rick L. Shepherd (rshepherd2(AT)hotmail.com), Jul 25 2002
|
| |
|
|