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!)
A358608 a(n) = Sum_{k=0..floor(n/3)} (-1)^k * (n-3*k)!. 4
1, 1, 2, 5, 23, 118, 715, 5017, 40202, 362165, 3623783, 39876598, 478639435, 6223397017, 87138414602, 1307195728565, 20916566490983, 355600289681398, 6401066509999435, 121624183842341017, 2432546407886958602, 51084541105199440565, 1123879103593765338983 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n * a(n-1) - a(n-3) + n * a(n-4) for n > 3.
a(n) ~ n! * (1 - 1/n^3 - 3/n^4 - 7/n^5 - 14/n^6 - 16/n^7 + 77/n^8 + 922/n^9 + 6660/n^10 + ...), for coefficients see A143630. - Vaclav Kotesovec, Nov 25 2022
PROG
(PARI) a(n) = sum(k=0, n\3, (-1)^k*(n-3*k)!);
CROSSREFS
Sequence in context: A249606 A003501 A006990 * A242227 A032182 A165902
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 23 2022
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 19:53 EDT 2024. Contains 372607 sequences. (Running on oeis4.)