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”).

A375844
a(n) = Product_{k=0..n} (k^7 + n).
6
0, 2, 780, 3442680, 94792125120, 11199115535025600, 4424488981755473751120, 4897251346805306604631152000, 13309618365562299179087873337753600, 80202481690565843837334237727510974259200, 987936620325246799505617855507952109963809976000
OFFSET
0,2
FORMULA
a(n) ~ n^(7*n + 4) / exp(7*n - Pi * n^(1/7) / sin(Pi/7)).
MATHEMATICA
Table[Product[k^7 + n, {k, 0, n}], {n, 0, 15}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Aug 31 2024
STATUS
approved