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.

A158653 Numerator of Bernoulli(n, 1/8).

Original entry on oeis.org

1, -3, 11, 21, -1313, -595, 90941, 39109, -5906513, -4525731, 1896204505, 805349237, -16784375281883, -203564524787, 10883940836027, 69292329479205, -359945426667971521, -30553447357629763, 279390122477674946807, 16939595863125337813
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A158854.

Programs

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