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.

A075144 Denominator of the generalized harmonic number H(n,5,4).

Original entry on oeis.org

4, 36, 252, 4788, 9576, 277704, 4720968, 61372584, 675098424, 4725688968, 14177066904, 836446947336, 6691575578688, 153906238309824, 5694530817463488, 449867934579615552, 449867934579615552
Offset: 1

Views

Author

T. D. Noe, Sep 04 2002

Keywords

Comments

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

Crossrefs

Programs

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