OFFSET
0,1
COMMENTS
See A054871 for definitions and key links.
Also, decimal expansion of 31/90. - Bruno Berselli, Mar 18 2015
Essentially the same as A010709, A040002, A113311, A123932, and A151798. - R. J. Mathar, Mar 20 2015
Remainder of the Euclidean division when 10^(10^n) is divided by 7 (proof by induction for n >= 1) [see reference Julien Freslon & Jérôme Poineau]; example: 10^(10^1) = 1428571428 * 7 + 4. - Bernard Schott, Aug 28 2020
REFERENCES
Julien Freslon & Jérôme Poineau, Les 100 exercices-types de mathématiques: MPSI/PCSI/PTSI, EdiScience, 2007, Exercice 11.2, page 242.
LINKS
Wikipedia, Hyperoperation.
Index entries for linear recurrences with constant coefficients, signature (1).
FORMULA
G.f.: (3 + x)/(1 - x). - Bruno Berselli, Mar 18 2015
a(n) = 10^(10^n) mod 7. - Bernard Schott, Aug 28 2020
EXAMPLE
a(0) = H_0(2,2) = 2+1 = 3.
a(1) = H_1(2,2) = 2+2 = 4.
a(2) = H_2(2,2) = 2*2 = 4.
a(3) = H_3(2,2) = 2^2 = 4.
a(n) = H_n(2,2) = H_{n-1}(2,H_n(2,1)) = H_{n-1}(2,2) = 4, for n>1.
CROSSREFS
KEYWORD
AUTHOR
Natan Arie Consigli, Feb 25 2015
EXTENSIONS
Edited by Danny Rorabaugh, Oct 20 2015
STATUS
approved