login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A230741 O.g.f.: Sum_{n>=0} x^n * (n + x)^n / (1 + n*x)^n. 1
1, 1, 4, 15, 73, 425, 2908, 22855, 202849, 2005929, 21864076, 260374631, 3363097609, 46823803585, 699001981588, 11137295369775, 188636060894593, 3384325253935025, 64113731067110644, 1278893092183672159, 26792685755013073801, 588160948075800731961, 13500922657476722741164 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Compare to the identity:
Sum_{n>=0} n^n * x^n / (1 + n*x)^n = 1/2 + Sum_{n>=0} (n+1)!/2 * x^n.
LINKS
EXAMPLE
G.f.: A(x) = 1 + x + 4*x^2 + 15*x^3 + 73*x^4 + 425*x^5 + 2908*x^6 +...
where
A(x) = 1 + x*(1+x)/(1+x) + x^2*(2+x)^2/(1+2*x)^2 + x^3*(3+x)^3/(1+3*x)^3 + x^4*(4+x)^4/(1+4*x)^4 + x^5*(5+x)^5/(1+5*x)^5 +...
PROG
(PARI) {a(n)=polcoeff(sum(m=0, n, x^m*(m+x)^m/(1+m*x+x*O(x^n))^m), n)}
for(n=0, 30, print1(a(n), ", "))
CROSSREFS
Sequence in context: A340355 A356009 A307996 * A020082 A020037 A086365
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Oct 28 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 10:38 EDT 2024. Contains 371791 sequences. (Running on oeis4.)