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.

A158994 Denominator of Bernoulli(n, 1/10).

Original entry on oeis.org

1, 5, 300, 250, 30000, 25000, 21000000, 2500000, 300000000, 250000000, 330000000000, 25000000000, 273000000000000, 2500000000000, 300000000000000, 250000000000000, 510000000000000000, 25000000000000000
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For numerators see A158992.

Programs

  • Mathematica
    Table[Denominator[BernoulliB[n, 1/10]], {n, 0, 50}] (* Vincenzo Librandi, Mar 19 2014 *)