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!)
A368717 a(n) = n! * Sum_{k=0..n} (-1)^(n-k) * k^4 / k!. 1
0, 1, 14, 39, 100, 125, 546, -1421, 15464, -132615, 1336150, -14683009, 176216844, -2290790411, 32071104170, -481066511925, 7697064256336, -130850092274191, 2355301661040414, -44750731559637545, 895014631192910900, -18795307255050934419 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Eric Weisstein's World of Mathematics, Bell Polynomial.
FORMULA
a(0) = 0; a(n) = -n*a(n-1) + n^4.
E.g.f.: B_4(x) * exp(x) / (1+x), where B_n(x) = Bell polynomials.
PROG
(PARI) my(N=30, x='x+O('x^N)); concat(0, Vec(serlaplace(sum(k=0, 4, stirling(4, k, 2)*x^k)*exp(x)/(1+x))))
CROSSREFS
Column k=4 of A368724.
Sequence in context: A178564 A051866 A162266 * A181149 A019063 A101740
KEYWORD
sign
AUTHOR
Seiichi Manyama, Jan 04 2024
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 13 01:02 EDT 2024. Contains 372497 sequences. (Running on oeis4.)