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.

A158990 Numerator of Bernoulli(n, -8/9).

Original entry on oeis.org

1, -25, 299, -1700, 182773, -185300, 24906299, -16433900, 1498993813, -1370832740, 270199327495, -103625769500, 794394899339023, -8895784594580, 179427346755293, -225134806359500, -850105102171073419, -248766474357466820, 1778293213755999212633, 141258495201145524100
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A158808.

Programs

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