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.

A363845 Triangle read by rows: T(n,k) = number of connected n-node graphs with k nodes in distinguished bipartite block, k = 0..n.

Original entry on oeis.org

1, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 2, 1, 0, 0, 1, 4, 4, 1, 0, 0, 1, 6, 13, 6, 1, 0, 0, 1, 9, 34, 34, 9, 1, 0, 0, 1, 12, 76, 150, 76, 12, 1, 0, 0, 1, 16, 155, 558, 558, 155, 16, 1, 0, 0, 1, 20, 290, 1824, 3529, 1824, 290, 20, 1, 0, 0, 1, 25, 510, 5375, 19687, 19687, 5375, 510, 25, 1, 0, 0, 1, 30, 853, 14549, 98726, 194203, 98726, 14549, 853, 30, 1, 0
Offset: 0

Views

Author

Max Alekseyev, Jun 24 2023

Keywords

Comments

Also, rectangular array read by antidiagonals: A(m,n) = number of distinct m X n binary matrices M up to permutations of rows or columns such that M represents the reduced adjacency matrix of a connected bipartite graph.

Examples

			n=0: 1,
n=1: 1, 1,
n=2: 0, 1, 0,
n=3: 0, 1, 1, 0,
n=4: 0, 1, 2, 1, 0,
n=5: 0, 1, 4, 4, 1, 0,
n=6: 0, 1, 6, 13, 6, 1, 0,
n=7: 0, 1, 9, 34, 34, 9, 1, 0,
n=8: 0, 1, 12, 76, 150, 76, 12, 1, 0,
n=9: 0, 1, 16, 155, 558, 558, 155, 16, 1, 0,
...
		

Crossrefs

Inverse bivariate Euler transform of A028657.