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.

A201913 Irregular triangle of possible factorizations of the trinomial x^n + A*x^m + B, where A and B are rational with A*B nonzero and n > m.

Original entry on oeis.org

1, 1, 2, 1, 1, 1, 1, 2, 3, 1, 1, 2, 2, 2, 1, 3, 4, 1, 2, 2, 1, 1, 3, 2, 3, 1, 4, 5, 1, 1, 1, 1, 2, 1, 1, 2, 2, 2, 2, 2, 1, 2, 3, 3, 3, 1, 1, 4, 2, 4, 1, 5, 6
Offset: 2

Views

Author

T. D. Noe, Dec 20 2011

Keywords

Comments

As shown in the example below, for each n, every row sums to n. The rows are a subset of rows in A080576, which lists all partitions of n in graded reflected lexicographic order. Currently, the rows for n=7 are not proved. They are assumed to be {1, 3, 3}, {1, 2, 4}, {3, 4}, {1, 1, 5}, {2, 5}, {1, 6}, {7}.

Examples

			The first rows:
1, 1
2
1, 1, 1
1, 2
3
1, 1, 2
2, 2
1, 3
4
1, 2, 2
1, 1, 3
2, 3
1, 4
5
		

Crossrefs

Cf. A178868 (note that the number A multiplies a linear term only).