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.

A074598 Numerator of 4 * H(n,4,1), a generalized harmonic number. See A075136.

Original entry on oeis.org

4, 24, 236, 3248, 57556, 416152, 2136452, 63349408, 710302388, 26725332056, 1112171931196, 375714836272, 2662087948804, 142662781936712, 2738366988282628, 168623511779891008, 170109214167178588
Offset: 1

Views

Author

Robert G. Wilson v, Aug 27 2002

Keywords

Crossrefs

The denominators are in A051539.
Cf. A075136.

Programs

  • Mathematica
    Table[ Numerator[ Sum[1/i, {i, 1/4, n}]], {n, 1, 20}]