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.

A140166 Triangle read by rows, iterates of X * [1,0,0,0,...]; where X = an infinite bidiagonal matrix with [1,-2,1,-2,1,...] in the main diagonal, [1,1,1,...] in the subdiagonal and the rest zeros.

Original entry on oeis.org

1, 1, 1, 1, -1, 1, 1, 3, 0, 1, 1, -5, 3, -2, 1, 1, 11, -2, 7, -1, 1, 1, -21, 9, -16, 6, -3, 1, 1, 43, -12, 41, -10, 12, -2, 1, 1, -85, 31, -94, 31, -34, 10, -4, 1, 1, 171, -54, 219, -63, 99, -24, 18, -3, 1
Offset: 1

Views

Author

Gary W. Adamson, May 10 2008

Keywords

Comments

Row sums = A140165

Examples

			First few rows of the triangle are:
1;
1, 1;
1, -1, 1;
1, 3, 0, 1;
1, -5, 3, -2, 1;
1, 11, -2, 7, -1, 1;
1, -21, 9, -16, 6, -3, 1;
1, 43, -12, 41, -10, 12, -2, 1;
1, -85, 31, -94, 31, -34, 10, -4, 1;
...
		

Crossrefs

Formula

Triangle read by rows, iterates of X * [1,0,0,0,...]; where X = an infinite bidiagonal matrix with [1,-2,1,-2,1,...] in the main diagonal, [1,1,1,...] in the subdiagonal and the rest zeros.