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.

A092222 Numbers k such that numerator of Bernoulli(2*k) is divisible by 67, the third irregular prime.

Original entry on oeis.org

29, 62, 67, 95, 128, 134, 161, 194, 201, 227, 260, 268, 293, 326, 335, 359, 392, 402, 425, 458, 469, 491, 524, 536, 557, 590, 603, 623, 656, 670, 689, 722, 737, 755, 788, 804, 821, 854, 871, 887, 920, 938, 953, 986, 1005, 1019, 1052, 1072, 1085, 1118, 1139
Offset: 1

Views

Author

Robert G. Wilson v, Feb 25 2004

Keywords

Comments

n is a member iff either 2n == 58 (mod 66) or n = 67k. - T. D. Noe, Mar 22 2004

Crossrefs

Programs

  • Mathematica
    Select[ Range[ 1150], Mod[ Numerator[ BernoulliB[2# ]], 67] == 0 &]