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!)
A358604 a(n) = Sum_{k=0..floor(n/3)} (-1)^k * (n-2*k)!/(n-3*k)!. 4
1, 1, 1, 0, -1, -2, -1, 2, 7, 8, -1, -26, -49, -28, 103, 314, 359, -344, -2113, -3682, -161, 14684, 36791, 25762, -100297, -373456, -472241, 587846, 3877487, 7149988, -1111801, -40808566, -103472249, -56751688, 424662623, 1490284654, 1674543359, -4121143444 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
a(n) = (2 * a(n-1) - n * a(n-3) + 1)/3 for n > 2.
PROG
(PARI) a(n) = sum(k=0, n\3, (-1)^k*(n-2*k)!/(n-3*k)!);
CROSSREFS
Cf. A357532.
Sequence in context: A241738 A021051 A113246 * A192266 A056887 A360025
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 April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)