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

%I #15 Nov 25 2022 06:40:40

%S 1,1,2,5,23,118,715,5017,40202,362165,3623783,39876598,478639435,

%T 6223397017,87138414602,1307195728565,20916566490983,355600289681398,

%U 6401066509999435,121624183842341017,2432546407886958602,51084541105199440565,1123879103593765338983

%N a(n) = Sum_{k=0..floor(n/3)} (-1)^k * (n-3*k)!.

%H Seiichi Manyama, <a href="/A358608/b358608.txt">Table of n, a(n) for n = 0..449</a>

%F a(n) = n * a(n-1) - a(n-3) + n * a(n-4) for n > 3.

%F 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

%o (PARI) a(n) = sum(k=0, n\3, (-1)^k*(n-3*k)!);

%Y Cf. A358607, A358609, A358611.

%Y Cf. A143630, A358498.

%K nonn

%O 0,3

%A _Seiichi Manyama_, Nov 23 2022

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 August 12 01:38 EDT 2024. Contains 375082 sequences. (Running on oeis4.)