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.

A157946 Numerator of Bernoulli(n,7).

Original entry on oeis.org

1, 13, 253, 273, 52919, 11375, 3074653, 470197, 90422639, 19283355, 8126686265, 784744961, 13628116788869, 31697064295, 1205409115771, 1271113717965, 4094611999396543, 50626609919795, 254342027061912151, 2003431460774809, 4149481162406543989
Offset: 0

Views

Author

N. J. A. Sloane, Nov 10 2009

Keywords

Comments

First entry < 0: a(104).

Crossrefs

For denominators see A027642.

Programs

  • Mathematica
    Table[Numerator[BernoulliB[n, 7]], {n, 0, 40}] (* Vincenzo Librandi, Mar 16 2014 *)