A093059 Numbers k such that the numerator of Bernoulli(2k) is divisible by the square of 67, the third irregular prime.
1646, 1943, 3857, 4154, 4489, 6068, 6365, 8279, 8576, 8978, 10490, 10787, 12701, 12998, 13467, 14912, 15209, 17123, 17420, 17956
Offset: 1
Keywords
Links
- Eric Weisstein's World of Mathematics, Bernoulli Number.
Programs
-
Mathematica
Select[ Range[ 9695], Mod[ Numerator[ BernoulliB[2# ]], 67^2] == 0 &]
Extensions
More terms from Eric W. Weisstein, Mar 19 2004