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.

Previous Showing 11-11 of 11 results.

A291587 a(n) = ((2n-1)!!)^5 * Sum_{i=1..n} 1/(2*i-1)^5.

Original entry on oeis.org

0, 1, 244, 762743, 12820180976, 757031629267449, 121921454556651769524, 45268703999809586294371407, 34375967164840303438628549400000, 48808991831991566280900452880679940625, 120855944455445379138034328603009420077012500
Offset: 0

Views

Author

Seiichi Manyama, Aug 27 2017

Keywords

Crossrefs

Programs

  • Mathematica
    Table[(2*n-1)!!^5 * Sum[1/(2*i-1)^5, {i, 1, n}], {n, 0, 12}] (* Vaclav Kotesovec, Aug 27 2017 *)

Formula

a(0) = 0, a(1) = 1, a(n+1) = ((2*n-1)^5+(2*n+1)^5)*a(n) - (2*n-1)^10*a(n-1) for n > 0.
a(n) ~ 31*Zeta(5) * 2^(5*n-5/2) * n^(5*n) / exp(5*n). - Vaclav Kotesovec, Aug 27 2017
Previous Showing 11-11 of 11 results.