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

A320345
a(n) = Product_{k=0..n} (k^9 + (n-k)^9).
7
0, 1, 524288, 101957062669641, 27265063485978531856384, 106913106903205778598785400390625, 1052153174824916171740710027027385486934016, 50134911460309737788263856880351450247312603708106641, 6079819706045473432785376698707222441479676085024627875693723648
OFFSET
0,3
LINKS
FORMULA
a(n) ~ exp((4*Pi*(sqrt(3) + 6*sin(Pi/9))/9 - 8)*n) * n^(9*n+9).
MATHEMATICA
Table[Product[k^9+(n-k)^9, {k, 0, n}], {n, 0, 10}]
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jan 22 2019
STATUS
approved