# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a189897 Showing 1-1 of 1 %I A189897 #9 Oct 04 2020 11:42:48 %S A189897 1,1,3,22,329,8636,355297,21117286,1710243761,180811765432, %T A189897 24158025584801,3977274470362634,790696358461658761, %U A189897 186695449895152470052,51635196859642278380513,16532803795918313120452246 %N A189897 E.g.f.: A(x) = exp(x*exp(x*exp(2*x*exp(3*x*exp(...exp(n*x*exp(...))...))))). %H A189897 Vaclav Kotesovec, Table of n, a(n) for n = 0..242 %F A189897 E.g.f.: A(x) = exp(x*B(x)) where B(x) is the e.g.f. of A096537. %e A189897 E.g.f.: A(x) = 1 + x + 3*x^2/2! + 22*x^3/3! + 329*x^4/4! + 8636*x^5/5! +... %e A189897 The e.g.f. and related series satisfy: %e A189897 A(x) = exp(x*B), B = exp(x*C^2), C = exp(x*D^3), D = exp(x*E^4), E = exp(x*F^5), F = exp(x*G^6), ... %e A189897 where the series begin: %e A189897 B = 1 + x + 5*x^2/2! + 61*x^3/3! + 1377*x^4/4! + 49721*x^5/5! +... %e A189897 C = 1 + x + 7*x^2/2! + 118*x^3/3! + 3529*x^4/4! + 162076*x^5/5! +... %e A189897 D = 1 + x + 9*x^2/2! + 193*x^3/3! + 7169*x^4/4! + 399521*x^5/5! +... %e A189897 E = 1 + x + 11*x^2/2! + 286*x^3/3! + 12681*x^4/4! + 830876*x^5/5! +... %e A189897 F = 1 + x + 13*x^2/2! + 397*x^3/3! + 20449*x^4/4! + 1539961*x^5/5! +... %e A189897 G = 1 + x + 15*x^2/2! + 526*x^3/3! + 30857*x^4/4! + 2625596*x^5/5! +... %e A189897 Relevant powers of the above series begin: %e A189897 C^2 = 1 + 2*x + 16*x^2/2! + 278*x^3/3! + 8296*x^4/4! + 375962*x^5/5! +... %e A189897 D^3 = 1 + 3*x + 33*x^2/2! + 747*x^3/3! + 27921*x^4/4! + 1536723*x^5/5! +... %e A189897 E^4 = 1 + 4*x + 56*x^2/2! + 1564*x^3/3! + 70416*x^4/4! + 4576724*x^5/5! +... %e A189897 F^5 = 1 + 5*x + 85*x^2/2! + 2825*x^3/3! + 148945*x^4/4! + 11182925*x^5/5! +... %e A189897 G^6 = 1 + 6*x + 120*x^2/2! + 4626*x^3/3! + 279672*x^4/4! + 23840046*x^5/5! +... %o A189897 (PARI) {a(n)=local(A=1+x); for(i=1, n, A=exp(x*(n-i+1)*A+x*O(x^n))); n!*polcoeff(exp(x*A), n)} %Y A189897 Cf. A096537. %K A189897 nonn %O A189897 0,3 %A A189897 _Paul D. Hanna_, May 01 2011 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE