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.

A092228 Numbers k such that numerator of Bernoulli(2*k) is divisible by 233, the ninth irregular prime.

Original entry on oeis.org

42, 158, 233, 274, 390, 466, 506, 622, 699, 738, 854, 932, 970, 1086, 1165, 1202, 1318, 1398, 1434, 1550, 1631, 1666, 1782, 1864, 1898, 2014, 2097, 2130, 2246, 2330, 2362, 2478, 2563, 2594, 2710, 2796, 2826, 2942, 3029, 3058, 3174, 3262, 3290, 3406, 3495
Offset: 1

Views

Author

Robert G. Wilson v, Feb 25 2004

Keywords

Crossrefs

Programs

  • Mathematica
    Select[ Range[ 3521], Mod[ Numerator[ BernoulliB[2# ]], 233] == 0 &]