A158654 Denominator of Bernoulli(n, 1/8).
1, 8, 192, 512, 61440, 32768, 5505024, 2097152, 251658240, 134217728, 35433480192, 8589934592, 93802085744640, 549755813888, 13194139533312, 35184372088832, 71776119061217280, 2251799813685248, 7187745005283311616
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..250
Crossrefs
For numerators see A158653.
Programs
-
Mathematica
Table[Denominator[BernoulliB[n, 1/8]], {n, 0, 50}] (* Vincenzo Librandi, Mar 19 2014 *)