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.

A157906 Numerator of Bernoulli(n, -2/5).

Original entry on oeis.org

1, -9, 109, -63, 1051, -357, 27973, -3423, 93571, 42903, -37758991, -3856083, 27354236881, 375324963, -34558569101, -49956225543, 89299360103987, 8604861227823, -135379634123142593, -1863607938895803, 2694379431784131041, 495661415733687483, -1648224141815965152043
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A157867.

Programs

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