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!)
A368766 a(n) = n! * (1 + Sum_{k=0..n} (-1)^k * binomial(k+1,2) / k!). 4
1, 0, 3, 3, 22, 95, 591, 4109, 32908, 296127, 2961325, 32574509, 390894186, 5081624327, 71142740683, 1067141110125, 17074257762136, 290262381956159, 5224722875211033, 99269734629009437, 1985394692580188950, 41693288544183967719, 917252347972047290071 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1; a(n) = n*a(n-1) + (-1)^n * binomial(n+1,2).
a(n) = n! + (-1)^n * A009574(n).
E.g.f.: (1 - x * (1-x/2) * exp(-x)) / (1-x).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace((1-x*sum(k=0, 1, binomial(1, k)*(-x)^k/(k+1)!)*exp(-x))/(1-x)))
CROSSREFS
Sequence in context: A180754 A224091 A224751 * A303228 A255355 A201133
KEYWORD
nonn
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 9 05:44 EDT 2024. Contains 372344 sequences. (Running on oeis4.)