cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A353246 Integer part of e[n]e, where [n] indicates hyper-n and e = 2.718281828... (using H. Kneser's proposal for n > 3).

Original entry on oeis.org

4, 5, 7, 15, 2075
Offset: 0

Views

Author

Marco Ripà, Apr 08 2022

Keywords

Comments

The common hyperoperation sequence is defined as follows: hyper-0 = zeration, hyper-1 = addition, hyper-2 = multiplication, hyper-3 = exponentiation, hyper-4 = tetration, and so on...
Thus e[0]e = e + 2, e[1]e = 2*e, e[2]e = e^2, e[3]e = e^e, and so on.
The fifth term of the twin sequence of the present one, floor(Pi[4]Pi), is much larger than 2075 and it is harder to calculate, while the integer part of e[4]Pi is 37149801960 (17.9 million times bigger than a(4)).

Examples

			For n = 3, a(3) = floor(e[3]e) = floor(e^e) = 15.
		

Crossrefs

Formula

a(n) = floor(e[n]e).
Showing 1-1 of 1 results.