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.

A323659 a(n) = Product_{k=0..n} (k^10 + (n-k)^10).

Original entry on oeis.org

0, 1, 2097152, 3663302861300625, 7851806399838625464320000, 378407193115560358680820465087890625, 45364420795826382440918950445637925790023680000, 34139918620704541898946466431984113559562219610081631390625
Offset: 0

Views

Author

Vaclav Kotesovec, Jan 23 2019

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Product[k^10+(n-k)^10, {k, 0, n}], {n, 0, 10}]

Formula

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