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.

A144529 Triangle read by rows: T(n,k) = number of edges in graph whose vertices are forests with n unlabeled nodes and degree <= k and in which two vertices are joined by an edge if the forests differ (up to isomorphism) by exactly one edge.

Original entry on oeis.org

0, 0, 1, 0, 1, 2, 0, 2, 5, 6, 0, 2, 9, 13, 14, 0, 3, 18, 32, 36, 37, 0, 3, 28, 67, 82, 87, 88
Offset: 1

Views

Author

N. J. A. Sloane, Dec 20 2008

Keywords

Comments

The number of nodes in this graph is given by A144215.

Examples

			Triangle begins:
0
0 1
0 1 2
0 2 5 6
0 2 9 13 14
0 3 18 32 36 37
0 3 28 67 82 87 88
		

Crossrefs

Cf. A144530.