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!)
A368576 a(n) = n! * Sum_{k=0..n} binomial(k+4,5) / k!. 3
0, 1, 8, 45, 236, 1306, 8088, 57078, 457416, 4118031, 41182312, 453008435, 5436105588, 70669378832, 989371312216, 14840569694868, 237449115133392, 4036634957288013, 72659429231210568, 1380529155393034441, 27610583107860731324, 579822245265075410934 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 0; a(n) = n*a(n-1) + binomial(n+4,5).
E.g.f.: x * (1+2*x+x^2+x^3/6+x^4/120) * exp(x) / (1-x).
PROG
(PARI) my(N=30, x='x+O('x^N)); concat(0, Vec(serlaplace(x*sum(k=0, 4, binomial(4, k)*x^k/(k+1)!)*exp(x)/(1-x))))
CROSSREFS
Cf. A000389.
Sequence in context: A297089 A032208 A163003 * A055422 A204618 A289896
KEYWORD
nonn,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 July 19 09:55 EDT 2024. Contains 374392 sequences. (Running on oeis4.)