cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A272246 a(n) = Product_{k=0..n} (n^3 + k^3).

Original entry on oeis.org

0, 2, 1152, 1428840, 3488808960, 15044494500000, 105235903511101440, 1119277024472896248960, 17216259547948971039129600, 368066786222106315186876633600, 10591209807103301277597696000000000, 399472472359100444604916002033020774400
Offset: 0

Views

Author

Vaclav Kotesovec, Apr 23 2016

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Product[n^3+k^3,{k,0,n}],{n,0,12}]

Formula

a(n) ~ 2^(2*n + 1/2) * n^(3*n + 3) / exp((3 - Pi/sqrt(3))*n).