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.

A158073 Numerator of Bernoulli(n, 1/6).

Original entry on oeis.org

1, -1, 1, 5, -91, -85, 3751, 3185, -138811, -207913, 25143755, 20824925, -125284471321, -2961364861, 45706820257, 567040692425, -850303535348267, -140642298254929, 371258049560506117, 43861384856264885, -53200355263894712681, -16798626454194814117
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A158077.

Programs

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