login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A374660
a(n) = Product_{k=0..n+1} L(k)+4, where L=A000032 (Lucas numbers).
1
6, 30, 210, 1680, 18480, 277200, 6098400, 201247200, 10263607200, 821088576000, 104278249152000, 21168484577856000, 6900925972381056000, 3622986135500054400000, 3068669256768546076800000, 4197939543259371033062400000, 9281644330146469354100966400000
OFFSET
0,1
COMMENTS
a(n+1)/a(n) is an integer for n>=0, so (a(n)) is a divisibility sequence.
MATHEMATICA
w[n_] := Product[LucasL[k] + 4, {k, 0, n}]
Table[w[n], {n, 0, 20}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jul 28 2024
STATUS
approved