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.

A256158 Triangular array of numbers of 2-polymatroids of rank k on n labeled points, for n>=0, 0<=k<=2n.

Original entry on oeis.org

1, 1, 1, 1, 1, 3, 6, 3, 1, 1, 7, 29, 41, 29, 7, 1, 1, 15, 135, 477, 784, 477, 135, 15, 1, 1, 31, 642, 5957, 27375, 41695, 27375, 5957, 642, 31, 1, 1, 63, 3199, 87477, 1554077, 7109189, 21937982, 7109189, 1554077, 87477, 3199, 63, 1, 1, 127, 16879, 1604768, 189213842, 3559635761, 733133160992, 86322358307, 733133160992, 3559635761, 189213842, 1604768, 16879, 127, 1
Offset: 0

Views

Author

Max Alekseyev, Mar 16 2015

Keywords

Comments

The rows are symmetric: a(n,k) = a(n,2n-k).
Starting with n=7, the rows are not unimodal.

Examples

			Triangle starts with:
n=0: 1
n=1: 1 1 1
n=2: 1 3 6 3 1
n=3: 1 7 29 41 29 7 1
n=4: 1 15 135 477 784 477 135 15 1
n=5: 1 31 642 5957 27375 41695 27375 5957 642 31 1
n=6: 1 63 3199 87477 1554077 7109189 21937982 7109189 1554077 87477 3199 63 1
n=7: 1 127 16879 1604768 189213842 3559635761 733133160992 86322358307 733133160992 3559635761 189213842 1604768 16879 127 1
		

Crossrefs