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.

A158966 Numerator of Bernoulli(n, -5/9).

Original entry on oeis.org

1, -19, 167, -665, 46813, -28595, 2200847, -942305, 69637093, -37919231, -1583934365, 454005475, 65901450175543, -483633563387, -49846844511751, 195284370031975, 2100079369556583701, -109471609351004663, -2062327986071160493171, 76800003085530485995
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A158808.

Programs

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