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.

A158533 Numerator of Bernoulli(n, -4/7).

Original entry on oeis.org

1, -15, 313, -330, 55679, -9130, 243319, -191510, 32684159, -4958514, -59283835, 32834450, 1367918488907, -23531909258, -4237502707769, 5708376915450, 108358154365632223, -1937266788836962, -9193903453338647027, 822123254132465890, 12552837966477699775789
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A158475.

Programs

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