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.

A157860 Numerator of Bernoulli(n, -3/4).

Original entry on oeis.org

1, -5, 71, -105, 6487, -1645, 122441, -19985, 1049887, -248661, 25979005, -2042425, 11608085917, -62770877, 267788927, 2703436575, 234292680479, -332582883493, 3704188911107, 45663269876215, 15433397641757, -7778087842877709, 61723221856153, 1595021223984687695
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A157818.

Programs

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