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.

A323660 a(n) = Product_{k=0..n} (k^11 + (n-k)^11).

Original entry on oeis.org

0, 1, 8388608, 131750272043485209, 2261269183430619234140422144, 1346827225363533058227598667144775390625, 1957831179567376680040414825610884198366949236801536, 23448342360429805388842947812883850305932149345203144459397169329
Offset: 0

Views

Author

Vaclav Kotesovec, Jan 23 2019

Keywords

Crossrefs

Programs

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

Formula

a(n) ~ exp((2*Pi*sqrt((1225 + 504*cos(2*Pi/11) + 1512*sin(Pi/22) - 1264*sin(3*Pi/22) + 240*sin(5*Pi/22))/11)/11 - 10)*n) * n^(11*n+11).