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!)
A368765 a(n) = n! * (1 + Sum_{k=0..n} (-1)^k * k / k!). 3
1, 0, 2, 3, 16, 75, 456, 3185, 25488, 229383, 2293840, 25232229, 302786760, 3936227867, 55107190152, 826607852265, 13225725636256, 224837335816335, 4047072044694048, 76894368849186893, 1537887376983737880, 32295634916658495459, 710503968166486900120, 16341591267829198702737 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1; a(n) = n*a(n-1) + (-1)^n * n.
a(n) = n! - A000240(n).
E.g.f.: (1 - x * exp(-x)) / (1-x).
a(n) ~ (1 - exp(-1)) * n!. - Vaclav Kotesovec, Jan 13 2024
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace((1-x*exp(-x))/(1-x)))
CROSSREFS
Sequence in context: A191416 A209004 A329121 * A073997 A007118 A012572
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 17 17:07 EDT 2024. Contains 372603 sequences. (Running on oeis4.)