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!)
A352376 Expansion of e.g.f. exp(1 - (1 + x) * exp(x)). 1
1, -2, 1, 6, -2, -58, -91, 732, 4365, -1468, -140682, -685886, 1791101, 43923266, 216543097, -939472974, -22047365454, -127801626362, 541608607233, 16524264652568, 124850392700061, -279906371211584, -16968403342944782, -176737444660619046 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0) = 1; a(n) = -Sum_{k=1..n} (k+1) * binomial(n-1,k-1) * a(n-k).
PROG
(PARI) my(N=40, x='x+O('x^N)); Vec(serlaplace(exp(1-(1+x)*exp(x))))
(PARI) a(n) = if(n==0, 1, -sum(k=1, n, (k+1)*binomial(n-1, k-1)*a(n-k)));
CROSSREFS
Sequence in context: A181811 A284431 A333078 * A337470 A006019 A201146
KEYWORD
sign
AUTHOR
Seiichi Manyama, Mar 15 2022
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 August 20 08:16 EDT 2024. Contains 375314 sequences. (Running on oeis4.)