login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138738 E.g.f. satisfies: A(x) = exp(x*exp(x^2*exp(x^3*exp(...exp(x^n*...))))). 0
1, 1, 1, 7, 25, 121, 1561, 9871, 101137, 1293265, 15765841, 226501111, 3355388521, 55348183177, 981791212585, 19611613003711, 387083895223201, 8241127257050401, 193814428658623777, 4572332597344204135 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

EXAMPLE

E.g.f: A(x) = 1 + x + 1/2*x^2 + 7/6*x^3 + 25/24*x^4 + 121/120*x^5 +...

PROG

(PARI) {a(n)=local(A=1); for(i=0, n-1, A=exp(x^(n-i)*A+x*O(x^n))); n!*polcoeff(A, n)}

CROSSREFS

Cf. A138292.

Sequence in context: A129791 A141626 A138292 * A057573 A082651 A151491

Adjacent sequences:  A138735 A138736 A138737 * A138739 A138740 A138741

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Mar 27 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 14:37 EST 2012. Contains 205930 sequences.