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.

A075138 Denominator of the generalized harmonic number H(n,5,1).

Original entry on oeis.org

1, 6, 66, 528, 1232, 16016, 496496, 4468464, 183207024, 4213761552, 71633946384, 71633946384, 4369670729424, 4369670729424, 310246621789104, 5894685813992976, 53052172325936784, 2281243410015281712
Offset: 1

Views

Author

T. D. Noe, Sep 04 2002

Keywords

Comments

The numerators are in A075137. See A075135 for more details.

Crossrefs

Programs

  • Mathematica
    a=5; b=1; maxN=20; s=0; Denominator[Table[s+=1/(a n + b), {n, 0, maxN-1}]]