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.

A158489 Numerator of Bernoulli(n, -1/7).

Original entry on oeis.org

1, -9, 97, -36, -481, 300, 10471, -17004, -3572161, 1503900, 879402485, -204957852, -851608333333, 39666688620, 2959809513079, -10337889346380, -74944106556170657, 3489994294713660, 6362557475056509757, -1481439997178305788, -8686827386554851273011
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A158475.

Programs

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