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.

A158959 Numerator of Bernoulli(n, -4/9).

Original entry on oeis.org

1, -17, 131, -442, 24853, -11050, 612491, -300118, 25183573, 970190, -4932076745, -1524611374, 61514838247663, 453106175990, -50137550265523, -196144583427910, 2099358584443935221, 109447606273742750, -2062360122343151678743, -76800667149793429726
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A158808.

Programs

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