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.

A101631 Numerator of partial sums of a certain series.

Original entry on oeis.org

1, 37, 1069, 20575, 1346153, 1214756107, 20699705479, 850029466379, 19572345658457, 137116980686111, 411600123273343, 1482039573988769177, 456179332236626381, 32398234503565880731, 1199020509231104363863
Offset: 1

Views

Author

Wolfdieter Lang, Dec 23 2004

Keywords

Comments

The denominators are given in A101632.
Third member (m=5) of a family defined in A101028.
The limit s = lim_{n->oo} s(n) with the s(n) defined below equals 24*Sum_{k>=1} zeta(2*k+1)/5^(2*k) with Euler's (or Riemann's) zeta function. This limit is -24*(gamma + Psi(1/5) + 5/2 + Pi*cot(Pi/5)/2) = 1.1954056019...; see a comment in A101028 following from the Abramowitz-Stegun reference (given in A101028) p. 259, eq. 6.3.15 with z=1/5 together with p. 258.

Examples

			s(3) = 120*(1/(4*5*6) + 1/(9*10*11) + 1/(14*15*16)) = 1069/924, hence a(3)=1069 and A101632(3)=924.
		

Crossrefs

Cf. A101028, A101627, A101629, members 2, 3, 4, resp.

Formula

a(n) = numerator(s(n)) where s(n) = 120*Sum_{k=1..n} 1/((5*k-1)*(5*k)*(5*k+1)) = 24*Sum_{k=1..n} 1/((5*k-1)*k*(5*k+1)).
Showing 1-1 of 1 results.