A092228 Numbers k such that numerator of Bernoulli(2*k) is divisible by 233, the ninth irregular prime.
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
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..1600
- Eric Weisstein's World of Mathematics, Bernoulli Number.
Crossrefs
Programs
-
Mathematica
Select[ Range[ 3521], Mod[ Numerator[ BernoulliB[2# ]], 233] == 0 &]