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!)
A358606 a(n) = Sum_{k=0..floor(n/5)} (-1)^k * (n-4*k)!/(n-5*k)!. 4
1, 1, 1, 1, 1, 0, -1, -2, -3, -4, -3, 0, 5, 12, 21, 26, 21, 0, -43, -114, -195, -244, -195, 42, 581, 1440, 2421, 2990, 2157, -1644, -9955, -22974, -37515, -44248, -24219, 50310, 205661, 442140, 689997, 740906, 190245, -1534224, -4941355, -9887058, -14429619, -13255900, 3510141 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,8
LINKS
FORMULA
a(n) = (4 * a(n-1) - n * a(n-5) + 1)/5 for n > 4.
PROG
(PARI) a(n) = sum(k=0, n\5, (-1)^k*(n-4*k)!/(n-5*k)!);
CROSSREFS
Cf. A357570.
Sequence in context: A305402 A213394 A363774 * A360027 A341164 A237981
KEYWORD
sign
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 July 14 05:04 EDT 2024. Contains 374291 sequences. (Running on oeis4.)