The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A362309 Expansion of e.g.f. exp(x - x^3/3). 2
1, 1, 1, -1, -7, -19, 1, 211, 1009, 953, -14239, -105049, -209879, 1669669, 18057313, 56255291, -294375199, -4628130319, -19929569471, 70149241423, 1652969810521, 9226206209501, -20236475188159, -783908527648861, -5452368869656367 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = a(n-1) - 2 * binomial(n-1,2) * a(n-3) for n > 2.
a(n) = n! * Sum_{k=0..floor(n/3)} (-1/3)^k / (k! * (n-3*k)!).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(x-x^3/3)))
CROSSREFS
Column k=2 of A362302.
Sequence in context: A156238 A156295 A350216 * A226932 A245167 A070414
KEYWORD
sign,easy
AUTHOR
Seiichi Manyama, Apr 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 May 14 17:00 EDT 2024. Contains 372533 sequences. (Running on oeis4.)