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.

A159015 Numerator of Bernoulli(n, -7/10).

Original entry on oeis.org

1, -6, 407, -357, 41483, -30583, 21019289, -1997177, 200758163, -141000363, 125429769517, -4618718797, 86138583685913, -1694601277343, -67473161580433, 636736947594783, 1156482071227275091, -457643653454013523, -6761158493790100610029, 395155414869373487563
Offset: 0

Views

Author

N. J. A. Sloane, Nov 08 2009

Keywords

Crossrefs

For denominators see A158994.

Programs

  • Mathematica
    Table[Numerator[BernoulliB[n, -7/10]], {n, 0, 50}] (* Vincenzo Librandi, Mar 17 2014 *)