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.

A091216 Numbers k such that numerator of Bernoulli(2*k) is divisible by 37, the first irregular prime.

Original entry on oeis.org

16, 34, 37, 52, 70, 74, 88, 106, 111, 124, 142, 148, 160, 178, 185, 196, 214, 222, 232, 250, 259, 268, 286, 296, 304, 322, 333, 340, 358, 370, 376, 394, 407, 412, 430, 444, 448, 466, 481, 484, 502, 518, 520, 538, 555, 556, 574, 592, 610, 628
Offset: 1

Views

Author

N. J. A. Sloane, Feb 24 2004

Keywords

Crossrefs

Programs

  • Mathematica
    Select[ Range[ 681], Mod[ Numerator[ BernoulliB[2# ]], 37] == 0 &] (* Robert G. Wilson v, Feb 24 2004 *)
  • PARI
    for(j=1,260, if (! (numerator(bernfrac(2*j))%37), print1(j, ", ")))

Extensions

More terms from Robert G. Wilson v, Feb 24 2004