A119456 Numbers m such that the Bernoulli number B_{10*m} has denominator 66.
1, 5, 17, 37, 47, 59, 61, 67, 71, 73, 79, 85, 101, 107, 127, 137, 139, 149, 163, 167, 185, 197, 199, 223, 227, 229, 257, 263, 269, 277, 283, 289, 295, 305, 307, 311, 313, 317, 331, 335, 347, 353, 355, 365, 373, 379, 383, 389, 395, 397, 401, 433, 449, 457, 461
Offset: 1
Keywords
Links
- E. Pérez Herrero, Table of n, a(n) for n=1..50000
Programs
-
Mathematica
Do[s=1+Divisors[n]; s1=Flatten[Position[PrimeQ[s], True]]; s2=Part[s, s1]; If[Equal[s2, {2, 3, 11}], Print[n/10]], {n, 1, 50000}] (* Alexander Adamchuk, Jul 28 2006 *)
-
PARI
isok(m) = denominator(bernfrac(10*m)) == 66; \\ Michel Marcus, May 31 2022
Extensions
More terms from Alexander Adamchuk, Jul 28 2006
Comments