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!)
A368574 a(n) = n! * Sum_{k=0..n} binomial(k+2,3) / k!. 4
0, 1, 6, 28, 132, 695, 4226, 29666, 237448, 2137197, 21372190, 235094376, 2821132876, 36674727843, 513446190362, 7701692856110, 123227085698576, 2094860456876761, 37707488223782838, 716442276251875252, 14328845525037506580, 300905756025787639951, 6619926632567328080946 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 0; a(n) = n*a(n-1) + binomial(n+2,3).
E.g.f.: x * (1+x+x^2/6) * exp(x) / (1-x).
PROG
(PARI) my(N=30, x='x+O('x^N)); concat(0, Vec(serlaplace(x*sum(k=0, 2, binomial(2, k)*x^k/(k+1)!)*exp(x)/(1-x))))
CROSSREFS
Sequence in context: A084778 A287807 A155588 * A208439 A108051 A199315
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 April 29 05:57 EDT 2024. Contains 372097 sequences. (Running on oeis4.)