cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A043304 Denominator of B(4n+2)/(8n+4) where B(m) are the Bernoulli numbers.

Original entry on oeis.org

504, 264, 24, 28728, 552, 24, 171864, 24, 24, 151704, 1128, 264, 86184, 1416, 24, 776664, 18744, 24, 39816, 1992, 24, 9796248, 24, 24, 51912, 2568, 66792, 504, 24, 24, 1098185256, 34584, 24, 3292632, 24, 24, 25951464, 552, 24, 42143976, 4008
Offset: 1

Views

Author

Benoit Cloitre, Apr 04 2002

Keywords

References

  • Bruce Berndt, Ramanujan's Notebooks Part II, Springer-Verlag; see Infinite series, p. 262.

Crossrefs

Cf. A043303.

Programs

  • Mathematica
    Denominator[Table[BernoulliB[4n+2]/(8n+4),{n,50}]] (* Harvey P. Dale, Sep 30 2012 *)
  • PARI
    a(n) = denominator(bernfrac(4*n+2)/(8*n+4)); \\ Michel Marcus, Feb 16 2021

Formula

B(4n+2)/(8n+4) = Sum_{k>=1} k^(4n+1)/(exp(2Pi*k)-1).
Showing 1-1 of 1 results.