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.

A140216 Numerators of the inverse triangle defined in A133135.

Original entry on oeis.org

1, -1, 1, 1, -3, 1, -1, 3, -2, 1, 1, -5, 2, -5, 1, -1, 5, -1, 5, -3, 1, 1, -7, 1, 0, 3, -7, 1, -1, 7, -4, 0, 2, 7, -4, 1, 1, 3, 4, -21, -2, 21, 4, -9, 1, -1, -3, 13, 21, -26, -21, 10, 9, -5, 1, 1, -121, -13, 66, 26, -231, -10, 33, 5, -11, 1, -1, 121, -142, -66, 229, 231, -116, -33, 25, 11, -6
Offset: 0

Views

Author

Paul Curtz, Jun 22 2008

Keywords

Comments

Row sums 1, 0, -1, 1, -6, 6, -8, 8, 2, -2,.. build in pairs.

Examples

			The triangle starts
1;
-1, 1;
1,-3, 1;
-1, 3,-2, 1;
1,-5, 2, -5, 1;
-1, 5,-1, 5, -3, 1;
1,-7, 1, 0, 3, -7, 1;
-1, 7,-4, 0, 2, 7,-4, 1;
1, 3, 4,-21, -2, 21, 4,-9, 1;
-1,-3,13, 21,-26,-21,10, 9,-5,1;
Pairs of numbers appear along adjacent diagonals. The first subdiagonal contains the sequence -A026741(n+2).
		

Crossrefs

Extensions

Edited by R. J. Mathar, Aug 06 2008