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.

A007480 a(n) = denominator of sum_{k=1..n} k^(-4).

Original entry on oeis.org

1, 16, 1296, 20736, 12960000, 12960000, 31116960000, 497871360000, 40327580160000, 40327580160000, 590436101122560000, 590436101122560000, 16863445484161436160000, 16863445484161436160000, 16863445484161436160000, 269815127746582978560000
Offset: 1

Views

Author

Keywords

References

  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. A007410.

Programs

  • Mathematica
    Denominator[Accumulate[1/Range[20]^4]] (* Harvey P. Dale, Dec 25 2013 *)

Formula

a(n) = denominator of (Pi^4/90 - zeta(4, n+1)). - Arkadiusz Wesolowski, Nov 23 2012
Denominators of coefficients in expansion of PolyLog(4, x)/(1 - x). - Ilya Gutkovskiy, Apr 10 2017