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.

A157944 Numerator of Bernoulli(n, -3/5).

Original entry on oeis.org

1, -11, 169, -132, 3331, -2068, 293833, -24332, 587731, -349668, 25505309, 552068, 33090480121, -410134868, -33892394081, 49596274068, 89416179798227, -8608525769668, -135370368690226973, 1863571109045668, 2694387099249512441, -495661781956150068, -1648223983059638297863
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A157867.

Programs

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