A346515 a(n) = n*(n+2)*(n+4)*(n+6)*(n+8)*(n+10)*(n+12)*(n+14).
0, 2027025, 10321920, 34459425, 92897280, 218243025, 464486400, 916620705, 1703116800, 3011753745, 5109350400, 8365982625, 13284311040, 20534684625, 30996725760, 45808142625, 66421555200, 94670161425, 132843110400, 183771489825, 250925875200, 338526428625, 451666575360
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (9,-36,84,-126,126,-84,36,-9,1).
Programs
-
Mathematica
a[n_] := (n + 14)!!/(n - 2)!!; Array[a, 23, 0] (* Amiram Eldar, Jul 22 2021 *)
Comments