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.

A158941 Numerator of Bernoulli(n, -2/9).

Original entry on oeis.org

1, -13, 71, -143, 2653, 715, 51791, -127127, -2336027, 18133687, 1003761955, -4095513851, -11278364798537, 1310672279059, 9265565367737, -564709715670815, -387913689686252779, 315149059876453231, 381102197981560974797, -221139612243122878019
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A158808.

Programs

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