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.

A283822 Triangle read by rows: T(n,k) (n>=1, 2<=k<=n+1) = number of graphs with n edges, no isolated nodes, and k nodes in largest connected component.

Original entry on oeis.org

1, 1, 1, 1, 2, 2, 1, 3, 4, 3, 1, 4, 7, 8, 6, 1, 6, 15, 16, 19, 11, 1, 7, 24, 34, 44, 44, 23, 1, 9, 38, 71, 97, 122, 112, 47, 1, 11, 61, 133, 211, 295, 371, 287, 106, 1, 13, 90, 249, 457, 659, 1015, 1131, 763, 235
Offset: 1

Views

Author

N. J. A. Sloane, Mar 18 2017

Keywords

Examples

			Triangle begins:
1,
1,1,
1,2,2,
1,3,4,3,
1,4,7,8,6,
1,6,15,16,19,11,
1,7,24,34,44,44,23,
1,9,38,71,97,122,112,47,
1,11,61,133,211,295,371,287,106,
1,13,90,249,457,659,1015,1131,763,235,
...
		

Crossrefs

Row sums are A000664.