A180315 AbsoluteValue(Numerator(Bernoulli(2n))) mod denominator(Bernoulli(2n)).
0, 1, 1, 1, 1, 5, 691, 1, 47, 775, 41, 17, 691, 1, 59, 12899, 47, 1, 638653, 1, 2011, 1, 53, 41, 14477, 5, 83, 775, 59, 53, 22298681, 1, 47, 62483, 1, 289, 48540859, 1, 1, 37, 47717, 77, 1058237, 1, 5407, 230759, 77, 1, 1450679, 1, 4471, 61, 83, 101, 71532367
Offset: 0
Keywords
Links
Programs
-
Mathematica
f[n_] := Block[{b = BernoulliB[2 n]}, Mod[Abs@ Numerator@ b, Denominator@ b]]; Array[f, 53, 0]
Comments