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.

A158995 Numerator of Bernoulli(n, -1/10).

Original entry on oeis.org

1, -3, 83, -33, -637, 737, 400901, -77693, -8068477, 14020677, 20212716433, -3897112153, -55894488728047, 1539029451817, 283145183503763, -818543501023413, -2926186778206833869, 563942473703062157, 17744532347627812073759, -488536648399352355473
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A158994.

Programs

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