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.

A158788 Numerator of Bernoulli(n, -7/8).

Original entry on oeis.org

1, -11, 347, -1155, 163327, -96635, 17032397, -6549235, 784694767, -419591403, 108429726985, -24052472675, 242324521120837, -1643058393691, 43438648332779, -12094439262675, -204985018983432001, -35073125915095499, 292756141289323912199, 16692076996242949565
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A158654.

Programs

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