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.

A157969 Numerator of Bernoulli(n, -4/5).

Original entry on oeis.org

1, -13, 241, -234, 7651, -6474, 1294777, -141414, 3908371, -3037554, 880109741, -51516894, 126988371481, -1698403434, 41385427951, 60701726826, -25346319396013, -14288276454114, 52943839266052243, 3008865450973746, -1027344973517969959, -802113321418821594
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A157867.

Programs

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