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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138764 E.g.f. A(x) equals the inverse function of log(x)/(x + x^2). 2
1, 2, 16, 248, 5824, 184512, 7379200, 356956672, 20274442240, 1322971320320, 97542692798464, 8020249539919872, 727662513046159360, 72215332738579824640, 7782298855258810482688, 905031449967822916026368 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

E.g.f. satisfies: A(x) = exp( x*[A(x) + A(x)^2] ).

a(n) = Sum_{k=0..n} binomial(n,k)*(n+k+1)^(n-1) - due to Vladeta Jovovic (vladeta(AT)eunet.yu), Mar 31 2008.

a(n) = A138860(n)*2^n.

E.g.f. satisfies: A( x/( exp(x) + exp(2*x) ) ) = exp(x).

EXAMPLE

E.g.f. A(x) = 1 + 2x + 16x^2/2! + 248x^3/3! + 5824x^4/4! +...

Let r = radius of convergence of A(x), then:

r = 0.116689393840305520533609707610483991781804638898970699779...

A(r) = 1.835037067429188745641951736620284283425600418229813004773...

where A(r) and r satisfy:

A(r) = exp( (1 + A(r))/(1 + 2*A(r)) ) and r = 1/[A(r)*(1 + 2*A(r))].

PROG

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

(PARI) /* Formula due to Vladeta Jovovic: */ {a(n)=sum(k=0, n, binomial(n, k)*(n+k+1)^(n-1))}

CROSSREFS

Cf. A138860.

Sequence in context: A188560 A012462 A012457 * A009833 A009044 A019318

Adjacent sequences:  A138761 A138762 A138763 * A138765 A138766 A138767

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Mar 29 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 17 13:28 EST 2012. Contains 206031 sequences.