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.

A363746 Initial digit of the decimal expansion of the tetration n^^n (in Don Knuth's up-arrow notation).

Original entry on oeis.org

1, 1, 4, 7, 2
Offset: 0

Views

Author

Marco RipĂ , Jun 19 2023

Keywords

Comments

a(5), the most significant digit of the tetration 5^^5, has been estimated to be equal to 1 (and this is also consistent with Benford's law), but there is not any strict proof at the present time and computers are not powerful enough to calculate it without uncertainty.

Examples

			a(3) = 7 since 3^^3 = 7625597484987.
		

Crossrefs

Cf. A000030, A004231 (n^^n), A241293 (4^^4 digits).

Formula

a(n) = floor(n^^n/10^floor(log_10(n^^n))).
a(n) = A000030(A004231(n)).