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.

A158541 Numerator of Bernoulli(n, -5/7).

Original entry on oeis.org

1, -17, 409, -510, 105599, -22270, 783607, -744770, 132547199, -26478486, 8708240645, -496587850, 1903871040587, -71670092702, -338854110137, 12249601191150, 28492203321193183, -4370053436967718, -2259849766310584691, 1846812141916088230, 3101187019750975673389
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A158475.

Programs

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