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.

A158701 Numerator of Bernoulli(n, -3/8).

Original entry on oeis.org

1, -7, 131, -231, 14287, -2695, 153941, -79079, 8006287, 4028409, -1844246495, -809434087, 16807591453717, 203438983033, -10883405258173, -69286922606055, 359945895253332479, 30552782191862777, -279390115069297124593, -16939504536585585383
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A158654.

Programs

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