A119480 Numbers n such that the Bernoulli number B_{4n} has denominator 30.
1, 2, 17, 19, 31, 38, 47, 59, 61, 62, 71, 94, 101, 103, 107, 109, 118, 122, 137, 149, 151, 157, 167, 181, 197, 206, 211, 218, 223, 227, 229, 241, 257, 263, 269, 271, 283, 289, 302, 311, 313, 314, 317, 331, 334, 337, 347, 349, 353, 361, 362, 367, 379
Offset: 1
Keywords
Links
- E. Pérez Herrero, Table of n, a(n) for n=1..50000
Programs
-
Mathematica
Select[Range@ 400, Denominator@ BernoulliB[4 #] == 30 &] (* Michael De Vlieger, Aug 09 2017 *)
Formula
a(n) = A051225[n]/2.
Comments