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.

A075139 Numerator of the generalized harmonic number H(n,5,2).

Original entry on oeis.org

1, 9, 61, 1121, 13045, 122641, 1016471, 38740403, 5676677, 272781835, 3616405543, 69929227909, 2202505459051, 149719228176481, 151721190428485, 1075152085921603, 44585730010290731, 1306775686290234751
Offset: 1

Views

Author

T. D. Noe, Sep 04 2002

Keywords

Comments

The denominators are in A075140. See A075135 for more details.

Crossrefs

Programs

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