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.

A161363 Inverse of the partition triangle A026794.

Original entry on oeis.org

1, -1, 1, -2, 0, 1, -2, -1, 0, 1, -4, -1, 0, 0, 1, -3, -2, -1, 0, 0, 1, -7, -2, -1, 0, 0, 0, 1, -7, -3, -1, -1, 0, 0, 0, 1, -12, -3, -2, -1, 0, 0, 0, 0, 1, -13, -5, -2, -1, -1, 0, 0, 0, 0, 1, -22, -6, -3, -1, -1, 0, 0, 0, 0, 0, 1, -25, -7, -3, -2, -1, -1, 0, 0, 0, 0, 0, 1, -42, -9, -4, -2, -1, -1, 0, 0, 0, 0, 0, 0, 1
Offset: 1

Views

Author

Gary W. Adamson, Jun 07 2009

Keywords

Comments

Row sums = A161375. A modified version of this triangle = A161364.

Examples

			First few rows of the triangle =
1;
-1, 1;
-2, 0, 1;
-2, -1, 0, 1;
-4, -1, 0, 0, 1;
-3, -2, -1, 0, 0, 1;
-7, -2, -1, 0, 0, 0, 1;
-7, -3, -1, -1, 0, 0, 0, 1;
-12, -3, -2, -1, 0, 0, 0, 0, 1;
-13, -5, -2, -1, -1, 0, 0, 0, 0, 1;
-22, -6, -3, -1, -1, 0, 0, 0, 0, 0, 1;
...
		

Crossrefs

Formula

Triangle read by rows, inverse of A026794.

Extensions

a(3) = 1 corrected and more terms from Georg Fischer, Jun 05 2023