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.

A158956 Numerator of Bernoulli(n, 4/9).

Original entry on oeis.org

1, -1, -13, 10, 1813, -470, -161653, 42070, 13387093, -6278606, -5451121865, 1420802350, 61102622050543, -455069110262, -50154461699251, 196108344641350, 2099332299244083701, -109448263403739038, -2062360862658074555671, 76800655398762907870
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A158808.

Programs

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