A372490 Minimum integer such that the convergence speed of the tetration n^^(a(n)) is constant (i.e., the convergence speed of n^^(a(n) + m) is a fixed number for any positive integer m) and -1 if n is a multiple of 10.
3, 2, 2, 4, 3, 2, 2, 1, -1, 2, 2, 1, 2, 3, 2, 1, 3, 1, -1, 2, 3, 2, 2, 3, 3, 2, 2, 1, -1, 2, 2, 1, 2, 3, 2, 1, 3, 1, -1, 2, 3, 2, 2, 3, 3, 2, 2, 1, -1, 2, 2, 1, 2, 3, 2, 1, 3, 1, -1, 2, 3, 2, 2, 3, 3, 2, 2, 1, -1, 2, 2, 1, 2, 3, 3, 1, 3, 1, -1, 2, 3, 2, 2, 3
Offset: 2
Examples
For n := 2, a(n) = 3 since 2^^1 = 2, 2^^2 = 4, and finally 2^^3 = 2^(2^2) = 16 is congruent modulo 10 to 65536 = 2^^4 (while 2^^3 is not congruent modulo 10^2 to 2^^4) so that the congruence speed of 2^^b is 0 for b = 1, 0 for b = 2, and 1 for each b >= 3.
References
- Marco Ripà, La strana coda della serie n^n^...^n, Trento, UNI Service, Nov 2011, page 60. ISBN 978-88-6178-789-6.
Links
- Marco Ripà, The congruence speed formula, Notes on Number Theory and Discrete Mathematics, 2021, 27(4), 43—61.
- Marco Ripà and Luca Onnis, Number of stable digits of any integer tetration, Notes on Number Theory and Discrete Mathematics, 2022, 28(3), 441—457.
- Wikipedia, Tetration.
Crossrefs
Formula
For any n > 1 not a multiple of 10, 1 <= a(n) <= tilde(v(a))+2, where tilde(v(a)) := v_5(a-1) iff a == 1 (mod 5), v_5(a^2+1) iff a == {2, 3} (mod 5), v_5(a+1) iff a == 4 (mod 5), v_2(a^2-1)-1 iff a == 5 (mod 10), where v_2(x) = A007814(x) and v_5(x) = A112765(x) are the 2-adic and 5-adic valuations, respectively (see "Number of stable digits of any integer tetration", p. 447, Definition 2.1, in Links).
Comments