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.

A158583 Numerator of Bernoulli(n, -6/7).

Original entry on oeis.org

1, -19, 517, -741, 180119, -45695, 1969771, -2269189, 466718639, -107319771, 47438353385, -4450937777, 11033623188467, -237753881287, 10639497593899, 2109652116195, -48087140237246657, -3825706373701043, 6605692011320683297, 1467932522941406327
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A158475.

Programs

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