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.

A157819 Numerator of Bernoulli(n, -1/4).

Original entry on oeis.org

1, -3, 23, -15, 247, 5, 473, -455, 607, 12429, -1235, -555775, 1479997, 35135893, -57169, -2990414775, 118534559, 329655706397, -5749662829, -45692713833455, 91546290557, 7777794952987941, -1792042786391, -1595024111042171815, 1982765468442277
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A157818.

Programs

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