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.

A157871 Numerator of Bernoulli(n, -1/5).

Original entry on oeis.org

1, -7, 61, -21, 91, 49, 5797, -1981, -23549, 88389, 15037841, -6154841, -10416994799, 607884329, 13199705491, -80834386101, -34108052671693, 13923204233869, 51709981061329183, -3015393801263761, -1029159167703793759, 801997872697905009, 629565265428734688053
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A157867.

Programs

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