A306258 a(n) = floor(n^2/4)*n!.
0, 0, 2, 12, 96, 720, 6480, 60480, 645120, 7257600, 90720000, 1197504000, 17244057600, 261534873600, 4271736268800, 73229764608000, 1339058552832000, 25609494822912000, 518592270163968000, 10948059036794880000, 243290200817664000000
Offset: 0
Keywords
Links
- Alaa Sultan Al-hasani, Table of n, a(n) for n = 0..446
Programs
-
Mathematica
Table[Floor[n^2/4]n!,{n,0,40}] (* Harvey P. Dale, Jan 16 2023 *)
-
PARI
a(n) = floor(n^2/4)*n!;
Formula
a(n) = floor(n^2/4)*n!.
a(n) = A002620(n)*n!.
a(n) = A077613(n)*n.
E.g.f.: x^2/((x+1)*(1-x)^3). - Alois P. Heinz, Feb 01 2019
Comments