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!)
A361532 Expansion of e.g.f. exp((x + x^2/2)/(1-x)). 3
1, 1, 4, 19, 118, 886, 7786, 78184, 881644, 11017108, 150966856, 2249261356, 36181351504, 624658612384, 11516406883528, 225740649754936, 4686671645814736, 102712289940757264, 2369128149877075264, 57359541280704038128, 1454229915957292684576 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (2*n-1) * a(n-1) - (n-1)*(n-3) * a(n-2) - binomial(n-1,2) * a(n-3) for n > 2.
a(n) ~ 2^(-3/4) * 3^(1/4) * exp(-5/4 + sqrt(6*n) - n) * n^(n - 1/4) * (1 + sqrt(3)/(2*sqrt(2*n))). - Vaclav Kotesovec, Mar 20 2023
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Exp[(x+x^2/2)/(1-x)], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Jun 08 2023 *)
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp((x+x^2/2)/(1-x))))
CROSSREFS
Sequence in context: A163859 A197660 A354458 * A094822 A280939 A121125
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 15 2023
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 24 19:24 EDT 2024. Contains 371962 sequences. (Running on oeis4.)