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.

A164660 Numerators of row sums of triangle of rationals A164658/A164659. Definite integral of Chebyshev polynomials of the first kind: Integral_{x=0..1} T(n,x).

Original entry on oeis.org

1, 1, -1, -1, -1, 1, -1, -1, -1, 1, -1, -1, -1, 1, -1, -1, -1, 1, -1, -1, -1, 1, -1, -1, -1, 1, -1, -1, -1, 1, -1, -1, -1, 1, -1, -1, -1, 1, -1, -1, -1, 1, -1, -1, -1, 1, -1, -1, -1, 1, -1, -1, -1, 1, -1, -1, -1, 1, -1, -1, -1, 1, -1, -1, -1, 1, -1, -1, -1, 1, -1, -1, -1, 1, -1, -1, -1, 1, -1, -1, -1, 1, -1, -1, -1, 1, -1, -1, -1, 1, -1, -1, -1, 1, -1, -1, -1, 1, -1, -1, -1
Offset: 0

Views

Author

Wolfdieter Lang, Oct 16 2009

Keywords

Examples

			Rationals a(n)/A164661(n)= [1, 1/2, -1/3, -1/2, -1/15, 1/6, -1/35, -1/6, -1/63, 1/10, -1/99, ...].
		

Crossrefs

The denominators are given in A164661.
Triangle of int(T(n,x),x) coefficients is A164658/A164659.

Formula

a(n) = numerator(Sum_{m=1..n+1} IT(n,m)), n>=0, with IT(n,m):= A164658(n,m)/A164659(n,m) (coefficient triangle from the indefinite integral Integral_{x} T(n,x), n>=0, in lowest terms).
Conjecture for the rationals r(n):= A164660(n)/A164661(n): r(n)= 1 if n=0, if n is even r(n) = -1/((n-1)*(n+1)) and if n is odd r(n) = ((-1)^((n-1)/2))/(2*(2*floor((n-1)/4)+1)).
a(n+1) = Product_{k=1..n} ( 1-2*(floor(k^n/n)-floor((k^n -1)/n)) ) = (-1)^(A003557(n)) for n>0 (conjecture). - Anthony Browne, May 29 2016