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.

A158334 Numerator of Bernoulli(n, 1/7).

Original entry on oeis.org

1, -5, 13, 15, -1321, -335, 10219, 16955, -3573841, -1503963, 879397865, 204957775, -851608366093, -39666688711, 2959809512491, 10337889346275, -74944106556227777, -3489994294713779, 6362557475056495393, 1481439997178305655, -8686827386554851319211
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 *)