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.

A323661 a(n) = Product_{k=0..n} (k^12 + (n-k)^12).

Original entry on oeis.org

0, 1, 33554432, 4740695283514005729, 651240623131512957219821846528, 4811704081770214536604871809482574462890625, 84537031377296019762303015000377965680906643309559021568, 16210797840416801857079558076889164370156937375891800497483902744790721
Offset: 0

Views

Author

Vaclav Kotesovec, Jan 23 2019

Keywords

Crossrefs

Programs

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

Formula

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