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.

A113141 Inverse of a Delannoy related triangle.

Original entry on oeis.org

1, -3, 1, 2, -5, 1, -2, 10, -7, 1, 2, -14, 22, -9, 1, -2, 18, -46, 38, -11, 1, 2, -22, 78, -106, 58, -13, 1, -2, 26, -118, 230, -202, 82, -15, 1, 2, -30, 166, -426, 538, -342, 110, -17, 1, -2, 34, -222, 710, -1194, 1082, -534, 142, -19, 1, 2, -38, 286, -1098, 2330, -2814, 1958, -786, 178, -21, 1
Offset: 0

Views

Author

Paul Barry, Oct 15 2005

Keywords

Comments

First column is (-1)^n*A104435(n). Row sums are 1,-2,-2,2,2,-2,-2,... Second column is A113142. Inverse of A113139.

Examples

			Triangle begins
1;
-3, 1;
2, -5, 1;
-2, 10, -7, 1;
2, -14, 22, -9, 1;
-2, 18, -46, 38, -11, 1;