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.

A158998 Numerator of Bernoulli(n, 3/10).

Original entry on oeis.org

1, -1, -13, 21, 323, -1141, -157531, 123361, 3107843, -22584681, -7737133583, 6298701101, 21361359585233, -2489518886621, -108166545951373, 1324340625653241, 1117741969306140211, -912462507809610961, -6777866017304661816769, 790465529030548467781
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A158994.

Programs

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