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-6 of 6 results.

A321131 Values of m (mod 25), where A317905(m) = 1. Values of m (mod 25) such that V(m) = 1, where V(m) indicates the constant convergence speed of the tetration base m.

Original entry on oeis.org

2, 3, 4, 6, 8, 9, 11, 12, 13, 14, 16, 17, 19, 21, 22, 23
Offset: 2

Views

Author

Marco Ripà, Oct 27 2018

Keywords

Comments

This sequence represents the values of the base a such that a^^m, where ^^ indicates tetration or hyper-4 (e.g., 3^^4=3^(3^(3^3))), is characterized by a unitary convergence speed.
64% of the positive integers belong to this list (see A317905).

Examples

			For m = 47, m (mod 25) == 22 and 22^^n has a unitary convergence speed, since A317905(m = 47) = 1 = A317905(m = 22).
		

References

  • Marco Ripà, La strana coda della serie n^n^...^n, Trento, UNI Service, Nov 2011. ISBN 978-88-6178-789-6

Crossrefs

A370775 Integers m whose (constant) convergence speed is exactly 2 (i.e., m^^(m+1) has 2 more rightmost frozen digits than m^^m, where ^^ indicates tetration).

Original entry on oeis.org

5, 7, 18, 24, 26, 32, 35, 43, 45, 49, 51, 74, 75, 76, 82, 85, 93, 99, 107, 115, 118, 125, 132, 143, 149, 151, 155, 157, 165, 168, 174, 176, 195, 199, 201, 205, 207, 218, 224, 226, 232, 235, 243, 245, 251, 257, 268, 274, 275, 276, 282, 285, 293, 299, 301, 307
Offset: 1

Views

Author

Marco Ripà, May 01 2024

Keywords

Comments

It is well known (see Links) that as the hyperexponent of the integer m becomes sufficiently large, the constant convergence speed of m is the number of new stable digits that appear at the end of the result for any further unit increment of the hyperexponent itself, and a sufficient (but not necessary) condition to get this fixed value is to set the hyperexponent equal to m plus 1.

Examples

			If n = 2, m = 7 and so 7^^8 has exactly 2 more stable digits at the end of the result than 7^^7.
		

Crossrefs

Cf. A317905 (convergence speed of m^^m), A321130, A321131, A371129.

Formula

a(n) is such that A317905(m) = 2, for m = 5, 6, 7, ...

A371129 Integers m whose (constant) convergence speed is exactly 3 (i.e., m^^(m+1) has 3 more rightmost frozen digits than m^^m, where ^^ indicates tetration).

Original entry on oeis.org

25, 55, 57, 68, 105, 124, 126, 135, 185, 193, 215, 249, 265, 295, 318, 345, 374, 375, 376, 425, 432, 455, 505, 535, 568, 585, 615, 665, 682, 695, 745, 751, 775, 807, 818, 825, 855, 874, 876, 905, 932, 935, 943, 985, 999, 1001, 1015, 1057, 1065, 1095, 1124
Offset: 1

Views

Author

Marco Ripà, May 01 2024

Keywords

Comments

It is well known (see Links) that as the hyperexponent of the integer m becomes sufficiently large, the constant convergence speed of m is the number of new stable digits that appear at the end of the result for any further unit increment of the hyperexponent itself, and a sufficient (but not necessary) condition to get this fixed value is to set the hyperexponent equal to m plus 1 (e.g., if n := 3, m = 57 and so 57^^58 has exactly 3 more stable digits at the end of the result than 57^^57).

Examples

			If n = 3, m = 57 and so 57^^58 has exactly 3 more stable digits at the end of the result than 57^^57.
		

Crossrefs

Cf. A317905 (convergence speed of m^^m), A321130, A321131, A370775.

Formula

a(n) is such that A317905(m) = 3, for m = 25, 26, 27, ...

A337392 Minimum m such that the convergence speed of m^^m is equal to n >= 2, where A317905(n) represents the convergence speed of m^^m (and m = A067251(n), the n-th non-multiple of 10).

Original entry on oeis.org

5, 25, 15, 95, 65, 385, 255, 1535, 1025, 6145, 4095, 24575, 16385, 98305, 65535, 393215, 262145, 1572865, 1048575, 6291455, 4194305, 25165825, 16777215, 100663295, 67108865, 402653185, 268435455, 1610612735, 1073741825, 6442450945, 4294967295, 25769803775
Offset: 2

Views

Author

Marco Ripà, Aug 25 2020

Keywords

Comments

This sequence has an unbounded number of terms, since it has been proved that the congruence speed (aka "convergence speed") of m^^m (an integer number by definition) covers any value from zero (iff m = 1) to infinity. In particular, for any n >= 2, a(n) == 5 (mod 10).
From Marco Ripà, Dec 19 2021: (Start)
Moreover, given any m which is congruent to 5 (mod 10), the congruence speed of m corresponds to the 2-adic valuation of (m^2 - 1) minus 1 (e.g., the congruence speed of 15 is equal to 4 since (15^2 - 1) is divisible by 2 exactly 5 times, so that 5 - 1 = 4 = congruence speed of the tetration base 15).
The aforementioned result, let us easily calculate the exact number of stable digits (#S(m, b)) of any tetration m^^b (i.e., the number of its last "frozen" digits) such that m is congruent to 5 (mod 10), for any b >= 3, as follows:
Let k = 1, 2, 3, ...
If m = 20*k - 5, then #S(m, b > 2) = b*(v_2(m^2 - 1) - 1) + 1;
If m = 20*k + 5, then #S(m, b > 2) = (b + 1)*(v_2(m^2 - 1) - 1);
If m = 5, then #S(m, 1) = 1, #S(m, 2) = 3, #S(m, 3) = 4, #S(m, b > 3) = 2.
(End)

Examples

			For n = 4, a(4) = 15 by Corollary 1 of "https://doi.org/10.7546/nntdm.2021.27.4.43-61" (see Equation 20). - _Marco Ripà_, Dec 19 2021
		

References

  • Marco Ripà, La strana coda della serie n^n^...^n, Trento, UNI Service, Nov 2011. ISBN 978-88-6178-789-6

Crossrefs

Formula

a(n) = 2^n*(2*cos(Pi*(n-1)/2) - 4*sin(Pi*(n-1)/2) + 5) + 1 iff n == {2,3} (mod 4), 2^n*(-2*cos(Pi*(n-1)/2) + 4*sin(Pi*(n-1)/2) + 5) - 1 iff n == {0,1} (mod 4), for n >= 2.
From Bruno Berselli, Sep 11 2020: (Start)
O.g.f.: 5*x^2*(1 + 5*x + 4*x^3)/((1 - 2*x)*(1 + 2*x)*(1 + x^2)).
a(n) = (2 - (-1)^n)*2^n + i^((n+1)*(n+2)), with i = sqrt(-1). (End)
From Marco Ripà, Dec 19 2021: (Start)
n = v_2(a(n)^2 - 1) - 1, where v_2(x) indicates the 2-adic valuation of x. (End)

A337833 Minimum m coprime to 5 such that the convergence speed of m^^m := m^(m^^(m-1)) is equal to n >= 0, where A317905(n) represents the convergence speed of m^^m (and m = A047201(n), the n-th non-multiple of 5).

Original entry on oeis.org

1, 2, 7, 57, 182, 3124, 1068, 32318, 390624, 280182, 3626068, 23157318, 120813568, 1220703124, 1097376068, 11109655182, 49925501068, 762939453124, 355101282318, 19073486328124, 15613890344818, 365855836217682, 2384185791015624
Offset: 0

Views

Author

Marco Ripà, Sep 24 2020

Keywords

Comments

Let "s" denote the last digit of m, and V(m(s)) its convergence speed. For any n, the smallest bases that are not congruent to 5 modulo 10 (as in A337392) cannot be such that s = 6, since V(m(6)) = V(m(4)) + 2.

Examples

			For n = 19, a(19) = 19073486328124 is the smallest base (radix-10) of the tetration m^^m which is characterized by a congruence speed of 19.
		

References

  • Marco Ripà, La strana coda della serie n^n^...^n, Trento, UNI Service, Nov 2011. ISBN 978-88-6178-789-6

Crossrefs

A354959 Tetration bases with a constant convergence speed >= 3.

Original entry on oeis.org

15, 25, 55, 57, 65, 68, 95, 105, 124, 126, 135, 145, 175, 182, 185, 193, 215, 225, 249, 255, 265, 295, 305, 318, 335, 345, 374, 375, 376, 385, 415, 425, 432, 455, 465, 495, 505, 535, 545, 568, 575, 585, 615, 624, 625, 626, 655, 665, 682, 695, 705, 735, 745
Offset: 1

Views

Author

Marco Ripà, Jul 23 2022

Keywords

Comments

The convergence speed of any integer greater than 1 and not divisible by 10 is constant if and only if we are considering an integer tetration and its constant convergence speed is greater than 2 if and only if the tetration base is of the form m + k*1000, for k >= 0, where m is a term.

Examples

			57 is a term since the constant convergence speed of 57 is 3 and (trivially) 57 has no trailing zeros.
		

Crossrefs

Showing 1-6 of 6 results.