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!)
A368586 a(n) = n! * Sum_{k=0..n} (-1)^(n-k) * binomial(k+3,4) / k!. 4
0, 1, 3, 6, 11, 15, 36, -42, 666, -5499, 55705, -611754, 7342413, -95449549, 1336296066, -20044437930, 320711010756, -5452087178007, 98137569210111, -1864613814984794, 37292276299704735, -783137802293788809, 17229031650463366448, -396267727960657413354 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 0; a(n) = -n*a(n-1) + binomial(n+3,4).
E.g.f.: x * (1+3*x/2+x^2/2+x^3/24) * exp(x) / (1+x).
PROG
(PARI) my(N=30, x='x+O('x^N)); concat(0, Vec(serlaplace(x*sum(k=0, 3, binomial(3, k)*x^k/(k+1)!)*exp(x)/(1+x))))
CROSSREFS
Cf. A368575.
Sequence in context: A132158 A363644 A363652 * A310101 A310102 A310103
KEYWORD
sign,easy
AUTHOR
Seiichi Manyama, Dec 31 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 August 19 14:36 EDT 2024. Contains 375302 sequences. (Running on oeis4.)