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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A161633 E.g.f. satisfies: A(x) = 1/(1 - x*exp(x*A(x))). 2
1, 1, 4, 27, 268, 3525, 57966, 1146061, 26500552, 702069129, 20974309210, 697754762001, 25584428686620, 1025230366195789, 44579963354153878, 2090676600895922565, 105191995364927688976, 5652501986238910061073 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

E.g.f.: A(x) = 1 + x*A(x)*exp(x*A(x)).

E.g.f.: A(x) = (1/x)*Series_Reversion[x/(1 + x*exp(x))].

...

a(n) = n!*Sum_{k=0..n} C(n+1,k)/(n+1) * k^(n-k)/(n-k)!.

Let A(x)^m = Sum_{n>=0} a(n,m)*x^n/n! then

a(n,m) = n!*Sum_{k=0..n} C(n+m,k)*m/(n+m) * k^(n-k)/(n-k)!.

EXAMPLE

E.g.f.: A(x) = 1 + x + 4*x^2/2! + 27*x^3/3! + 268*x^4/4! + 3525*x^5/5! +...

exp(x*A(x)) = 1 + x + 3*x^2/2! + 19*x^3/3! + 181*x^4/4! + 2321*x^5/5! +...

PROG

(PARI) a(n, m=1)=n!*sum(k=0, n, binomial(n+m, k)*m/(n+m)*k^(n-k)/(n-k)!)

CROSSREFS

Cf. A161630 (e.g.f. = exp(x*A(x)). [From Paul D. Hanna (pauldhanna(AT)juno.com), Jun 23 2009]

Sequence in context: A177379 A052813 A121353 * A052871 A104653 A194787

Adjacent sequences:  A161630 A161631 A161632 * A161634 A161635 A161636

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jun 18 2009

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 11:27 EST 2012. Contains 205623 sequences.