A092226 Numbers k such that numerator of Bernoulli(2*k) is divisible by 149, the seventh irregular prime.
65, 139, 149, 213, 287, 298, 361, 435, 447, 509, 583, 596, 657, 731, 745, 805, 879, 894, 953, 1027, 1043, 1101, 1175, 1192, 1249, 1323, 1341, 1397, 1471, 1490, 1545, 1619, 1639, 1693, 1767, 1788, 1841, 1915, 1937, 1989, 2063, 2086, 2137, 2211, 2235, 2285
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..2500
- Eric Weisstein's World of Mathematics, Bernoulli Number.
Crossrefs
Programs
-
Mathematica
Select[ Range[ 2358], Mod[ Numerator[ BernoulliB[2# ]], 149] == 0 &]