A374659 a(n) = (1/5) A374658(n).
1, 4, 24, 168, 1680, 23520, 493920, 15805440, 790272000, 62431488000, 7866367488000, 1589006232576000, 516427025587200000, 270607761407692800000, 228934166150908108800000, 312953005128291384729600000, 691626141333523960252416000000
Offset: 0
Keywords
Programs
-
Mathematica
w[n_] := Product[LucasL[k] + 3, {k, 0, n}] (1/5) Table[w[n], {n, 0, 20}]
Comments