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.

A281585 Incrementally largest numerators of |Bernoulli(n)|.

Original entry on oeis.org

1, 5, 691, 3617, 43867, 174611, 854513, 236364091, 23749461029, 8615841276005, 26315271553053477373, 261082718496449122051, 1520097643918070802691, 27833269579301024235023, 596451111593912163277961, 5609403368997817686249127547
Offset: 1

Views

Author

Seiichi Manyama, Jan 25 2017

Keywords

Crossrefs

Cf. A100194 (denominator), A281386.

Programs

  • Mathematica
    DeleteDuplicates[Abs[Numerator[BernoulliB[Range[50]]]],GreaterEqual] (* Harvey P. Dale, Sep 07 2023 *)