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.

A291676 Main diagonal of A291656.

Original entry on oeis.org

0, 1, 10, 3527, 123296356, 757031629267449, 1263498691933197473321646, 823340843273442113630752833831086703, 285062591046216676379736060856308430344065653125000
Offset: 0

Views

Author

Seiichi Manyama, Aug 29 2017

Keywords

Crossrefs

Programs

  • Mathematica
    Table[((2*n - 1)!!)^n * Sum[1/(2*k - 1)^n, {k, 1, n}], {n, 0, 10}] (* Vaclav Kotesovec, Sep 25 2020 *)

Formula

a(n) = ((2n-1)!!)^n * Sum_{i=1..n} 1/(2*i-1)^n.
a(n) ~ 2^(n*(2*n + 1)/2) * n^(n^2) / exp(n^2 + 1/24). - Vaclav Kotesovec, Sep 25 2020