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.

A158694 Numerator of Bernoulli(n, -1/8).

Original entry on oeis.org

1, -5, 59, -45, -833, 555, 91949, -39165, -5905553, 4525659, 1896207145, -805349325, -16784375150843, 203564524683, 10883940836363, -69292329479325, -359945426667938881, 30553447357629627, 279390122477675004263, -16939595863125337965
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A158654.

Programs

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