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.

A158728 Numerator of Bernoulli(n, -5/8).

Original entry on oeis.org

1, -9, 227, -585, 61327, -25545, 3058997, -836745, 80906767, -32625801, 3260040385, -55137225, 23182815610837, -228884877897, -10473784700701, 68553926774775, 360941520655007999, -30573539999341833, -279346287039955579921, 16938924643713296055
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A158654.

Programs

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