Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A125500
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A125500 Expansion of -LambertW(-x^2*exp(x))/x^2. +0
5
1, 1, 3, 13, 85, 701, 7261, 89125, 1277865, 20883385, 384194521, 7852225481, 176651705869, 4337650936789, 115468033349397, 3312409332578221, 101881034223806161, 3344745711740899697, 116747433680684736817 (list; graph; listen)
OFFSET

0,3

FORMULA

E.g.f.: A(x) = exp(x + x^2*A(x)). [From Paul D. Hanna (pauldhanna(AT)juno.com), Aug 30 2008]

Contribution from Paul D. Hanna (pauldhanna(AT)juno.com), Jun 17 2009: (Start)

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

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

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

EXAMPLE

E.g.f.: A(x) = 1 + x + 3*x^2/2! + 13*x^3/3! + 85*x^4/4! + 701*x^5/5! +... [From Paul D. Hanna (pauldhanna(AT)juno.com), Aug 30 2008]

PROGRAM

(PARI) {a(n)=local(Ex=exp(x+x*O(x^n)), W=Ex); for(k=0, n, W=exp(x*W)); n!*polcoeff(subst(W, x, x^2*Ex)*Ex, n)} - Paul D. Hanna (pauldhanna(AT)juno.com), Jan 02 2007

(PARI) {a(n)=local(A=1+x*O(x^n)); for(i=0, n, A=exp(x+x^2*A)); n!*polcoeff(A, n)} [From Paul D. Hanna (pauldhanna(AT)juno.com), Aug 30 2008]

Contribution from Paul D. Hanna (pauldhanna(AT)juno.com), Jun 17 2009: (Start)

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

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

CROSSREFS

Sequence in context: A104032 A130406 A152789 this_sequence A121679 A023037 A157451

Adjacent sequences: A125497 A125498 A125499 this_sequence A125501 A125502 A125503

KEYWORD

easy,nonn

AUTHOR

Vladeta Jovovic (vladeta(AT)eunet.rs), Dec 27 2006

EXTENSIONS

More terms from Paul D. Hanna (pauldhanna(AT)juno.com), Jan 02 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research