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.

A103351 Numerators of sum_{k=1..n} 1/k^9 = Zeta(9,n).

Original entry on oeis.org

1, 513, 10097891, 5170139875, 10097934603139727, 373997614931101, 15092153145114981831307, 7727182467755471289426059, 4106541588424891370931874221019, 4106541592523201949266162797531
Offset: 1

Views

Author

Wolfdieter Lang, Feb 15 2005

Keywords

Comments

a(n) gives the partial sums, Zeta(9,n), of Euler's Zeta(9). Zeta(k,n) is also called H(k,n) because for k=1 these are the harmonic numbers H(n) A001008/A002805.
For the denominators see A103352 and for the rationals Zeta(9,n) see the W. Lang link under A103345.

Crossrefs

Programs

Formula

a(n) = numerator(sum_{k=1..n} 1/k^9).
G.f. for rationals Zeta(9, n): polylogarithm(9, x)/(1-x).