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.

A158507 Numerator of Bernoulli(n, 2/7).

Original entry on oeis.org

1, -3, -11, 15, 599, -395, -3893, 20855, 1297199, -1869111, -315196855, 255365275, 304261665587, -49453295827, -1056627547637, 12890470331775, 26749039258693183, -4351895477983343, -2270808628615272191, 1847319496652416355, 3100305824682616298389
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A158475.

Programs

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