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.

A159029 Numerator of Bernoulli(n, -9/10).

Original entry on oeis.org

1, -7, 563, -1197, 86723, -164787, 74801381, -18522777, 1139843843, -1951123167, 1298700326833, -187876029957, 972149024030033, -19896949323147, 1350728831401523, -897215933098737, -1246115140314506189, -721449189755468727, 18942287537297864987519
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A158994.

Programs

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