A119864 Numbers n such that the numerator of BernoulliB[n] is divisible by 691.
12, 200, 702, 890, 1382, 1392, 1580, 2082, 2270, 2764, 2772, 2960, 3462, 3650, 4146, 4152, 4340, 4842, 5030, 5528, 5532, 5720, 6222, 6410, 6910, 6912, 7100, 7602, 7790, 8292, 8480, 8982, 9170, 9672, 9674, 9860, 10362, 10550, 11052, 11056, 11240, 11742
Offset: 1
Keywords
Examples
BernoulliB[n] sequence begins 1, -1/2, 1/6, 0, -1/30, 0, 1/42, 0, -1/30, 0, 5/66, 0, -691/2730, 0, 7/6, 0, -3617/510, ... a(1) = 12 because Numerator[BernoulliB[12]] = 691.
Links
- The Bernoulli Number Page, www.bernoulli.org
Crossrefs
Cf. A027641.
Programs
-
Mathematica
Select[Union[Table[2n*691,{n,1,30}],Table[12+690*n,{n,0,30}],Table[200+690*n,{n,0,30}]], #<=20000&] Select[Range[2,12000,2],Divisible[Numerator[BernoulliB[#]],691]&] (* Harvey P. Dale, Nov 19 2014 *)
Formula
Mod[ Numerator[ BernoulliB[ a(n) ]], 691] = 0.
Comments