A090496 Ratio of numerator(Bernoulli(2*n)/(2*n)) to numerator(Bernoulli(2*n)/(2*n*(2*n-1))) for n's for which they are different.
37, 103, 37, 59, 131, 37, 67, 37, 283, 59, 37, 101, 691, 37, 67, 37, 59, 157, 37, 617, 37, 593, 67, 59, 103, 37, 37, 37, 59, 101, 67, 157, 37, 37, 149, 233, 59, 131, 37, 37, 683, 67, 37, 271, 59, 103, 37, 37, 67, 263, 37, 59, 307, 101, 37, 37, 577, 59, 67, 37, 653, 37, 37, 59, 103, 157, 37, 67, 37, 59, 131, 101
Offset: 1
Links
- Amiram Eldar, Table of n, a(n) for n = 1..200 (calculated from the b-file at A090495)
- Bernd Kellner, A conjecture about numerators of Bernoulli numbers
- Eric Weisstein's World of Mathematics, Stirling's Series
Programs
-
Mathematica
A090496 = {}; Do[ r = Numerator[ b = BernoulliB[2n]/(2n) ] / Numerator[ b/(2n-1) ]; If[ r > 1, Print[n, " ", r]; AppendTo[ A090496, r] ], {n, 1, 20000}]; A090496 (* Jean-François Alcover, Jan 24 2012 *)
Extensions
a(1)-a(7) from Michael Somos and W. Edwin Clark, Feb 03 2004
a(8), a(9) from Robert G. Wilson v, Feb 03 2004
a(10)-a(12) from Eric W. Weisstein, Feb 03 2004
a(13)-a(39) from Cino Hilliard, Feb 03 2004
a(40)-a(44) from Eric W. Weisstein, Feb 04 2004
Terms from a(45) onwards from David Wasserman, Dec 06 2005
Comments