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.

A158514 Numerator of Bernoulli(n, 3/7).

Original entry on oeis.org

1, -1, -23, 6, 1919, -170, -14729, 9194, 5159039, -829746, -1270389115, 113574802, 1230513089867, -22005182602, -4276962719801, 5736562638330, 108296822232645343, -1936755687728738, -9194150224979606003, 822132393822871778, 12552825267118398962989
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A158475.

Programs

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