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.

A158809 Numerator of Bernoulli(n, -1/9).

Original entry on oeis.org

1, -11, 47, -55, -1187, 935, 134447, -81235, -10954907, 11878163, 4448228035, -2674671175, -49823872264457, 855605816351, 40888881655769, -368601472639675, -1711418530905656299, 205700802920736299, 1681258656184674548909, -144338957346266943535
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A158808.

Programs

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