A132184 Numbers k such that the numerator of the Bernoulli number B(2k) ends with the digits 691.
6, 21, 27, 321, 1266, 1527, 1821, 2526, 2576, 2721, 2950, 3126, 3246, 3426, 4206, 4236, 4821, 4926, 5286, 5721, 5946, 5950, 6100, 6351, 7018, 7138, 7172, 7386, 7806, 7931, 8037, 8790, 8796, 8826, 9021, 9048, 9426, 9478, 9726, 9921, 10221, 10326
Offset: 1
Examples
6 is a term because BernoulliB(2*6) = -691/2730. 21 is a term because BernoulliB(2*21) = 1520097643918070802691/1806. 27 is a term because BernoulliB(2*27) = 29149963634884862421418123812691/798.
Links
- Eric Weisstein's World of Mathematics, Bernoulli Number.
Crossrefs
Programs
-
Mathematica
Do[ g=Numerator[ BernoulliB[ 2n ] ]; f=Mod[ Abs[ g ], 1000 ]; If[ f==691, Print[ n ] ], {n,1,1000}] Select[Range[10400],Mod[Abs[Numerator[BernoulliB[2#]]],1000]==691&] (* Harvey P. Dale, May 05 2019 *)
Extensions
a(5)-a(42) from Donovan Johnson, Sep 05 2008
Comments