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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A136461 E.g.f.: A(x) = -(1 + LambertW(-ln(1+x))/ln(1+x) )/x. 0
1, 1, 3, 14, 96, 849, 9362, 123101, 1888016, 33066768, 651883152, 14286514186, 344690210928, 9079702374300, 259327537407416, 7983107543564724, 263518937698466304, 9285770278110061664, 347916420499685643072 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

A033917 gives the coefficients of iterated exponential function defined by y(x)=x^y(x) expanded about x=1.

FORMULA

a(n) = A033917(n+1)/(n+1). E.g.f.: A(x) = (1/x)*Sum_{i>=1} (i+1)^(i-1)*log(1+x)^i/i!.

PROG

(PARI) {a(n)=n!*polcoeff(sum(i=0, n+1, (i+1)^(i-1)*log(1+x+O(x^(n+2)))^i/i!), n+1)}

CROSSREFS

Cf. A033917.

Sequence in context: A005772 A053984 A113181 * A007470 A074515 A038051

Adjacent sequences:  A136458 A136459 A136460 * A136462 A136463 A136464

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Dec 31 2007

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 14 03:37 EST 2012. Contains 205570 sequences.