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.

A158807 Numerator of Bernoulli(n, 1/9).

Original entry on oeis.org

1, -7, 11, 28, -1547, -980, 133691, 81172, -10955627, -11878244, 4448226055, 2674671076, -49823872362737, -855605816468, 40888881655517, 368601472639540, -1711418530905680779, -205700802920736452, 1681258656184674505817, 144338957346266943364
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 *)