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.

A158301 Denominator of Bernoulli(n, -5/6).

Original entry on oeis.org

1, 3, 36, 27, 6480, 972, 326592, 34992, 8398080, 1259712, 665127936, 45349632, 990435962880, 1632586752, 78364164096, 58773123072, 239794342133760, 2115832430592, 13507474236899328, 76169967501312, 201088714203463680
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For numerators see A158300.

Programs

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