A374661 a(n) = (1/6)*A374660(n).
1, 5, 35, 280, 3080, 46200, 1016400, 33541200, 1710601200, 136848096000, 17379708192000, 3528080762976000, 1150154328730176000, 603831022583342400000, 511444876128091012800000, 699656590543228505510400000, 1546940721691078225683494400000
Offset: 0
Keywords
Programs
-
Mathematica
w[n_] := Product[LucasL[k] + 4, {k, 0, n}] (1/6) Table[w[n], {n, 0, 20}]
Comments