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.

A158300 Numerator of Bernoulli(n, -5/6).

Original entry on oeis.org

1, -4, 61, -55, 14909, -2365, 791251, -81235, 18611189, -2688697, 1314206255, -75360175, 1474324903679, -3120712309, 148245882757, 73095622325, -601280097848267, -37106070169201, 382216911865193617, 10910986778031065, -53074470254129087681, -4201158650597043373
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A158301.

Programs

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