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!)
A088690 E.g.f.: A(x) = f(x*A(x)), where f(x) = (1+x)*exp(x). 5

%I #15 Apr 20 2016 12:38:12

%S 1,2,11,106,1489,27696,643579,17973488,586899009,21953140480,

%T 925890264331,43480125312768,2250352192663249,127280062346049536,

%U 7811329076598534075,517016126622623635456,36713034605774835974401,2784127167066690618458112

%N E.g.f.: A(x) = f(x*A(x)), where f(x) = (1+x)*exp(x).

%C Radius of convergence of A(x): r = tau^2*exp(-tau) = 0.20588... and A(r) = (1+tau)*exp(tau), where tau=(sqrt(5)-1)/2 and r = limit a(n)/a(n+1)*n as n->infinity.

%H Alois P. Heinz, <a href="/A088690/b088690.txt">Table of n, a(n) for n = 0..200</a>

%F a(n) = n! * [x^n] ((1+x)*exp(x))^(n+1)/(n+1).

%F a(n) = Sum_{k=1..n} n^(k-2)*n!/k!*binomial(n-1,k-1) (offset 1). - _Vladeta Jovovic_, Jun 17 2006

%F E.g.f.: A(x) = (1/x)*series_reversion(x*exp(-x)/(1+x)). - _Paul D. Hanna_, Jun 17 2006

%F E.g.f.: B(x)/(1-x*B(x)), where B(x) is e.g.f. for A052873(). - _Vladeta Jovovic_, Jun 18 2006

%F a(n) ~ 5^(-1/4) * ((1+sqrt(5))/2)^(2*n+2) * exp((sqrt(5) - 1 - (3 - sqrt(5))*n)/2) * n^(n-1). - _Vaclav Kotesovec_, Jan 24 2014

%F a(n) = n!*hypergeom([-n], [2], -n-1). - _Peter Luschny_, Apr 20 2016

%p a := n -> n!*simplify(hypergeom([-n], [2], -n-1)):

%p seq(a(n), n=0..15); # _Peter Luschny_, Apr 20 2016

%t CoefficientList[1/x*InverseSeries[Series[x*E^(-x)/(1+x), {x, 0, 21}], x],x]*Range[0, 20]! (* _Vaclav Kotesovec_, Jan 24 2014 *)

%o (PARI) a(n)=n!*polcoeff(((1+x)*exp(x))^(n+1)+x*O(x^n),n,x)/(n+1)

%K nonn

%O 0,2

%A _Paul D. Hanna_, Oct 06 2003

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 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)