Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A367877 Expansion of e.g.f. exp(x * (3 - 2*exp(x))). 1
1, 1, -3, -17, -7, 331, 1669, -2561, -82447, -411821, 1602941, 38344615, 209694121, -1133998085, -29424823819, -194721585329, 978185645537, 33795275629219, 290738927334637, -827164853506313, -53319390538573159, -621202281347942069, -249829452752930203 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: Sum_{k>=0} (-2*x)^k / (1 - (k+3)*x)^(k+1).
a(n) = Sum_{k=0..n} (-2)^k * (k+3)^(n-k) * binomial(n,k).
PROG
(PARI) a(n) = sum(k=0, n, (-2)^k*(k+3)^(n-k)*binomial(n, k));
CROSSREFS
Cf. A367876.
Sequence in context: A195421 A140446 A124689 * A093844 A273211 A273273
KEYWORD
sign,easy
AUTHOR
Seiichi Manyama, Dec 03 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 September 11 12:50 EDT 2024. Contains 375829 sequences. (Running on oeis4.)