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.

A332760 Triangle of number of connected graphs with n>=2 nodes and maximum degree 1<=k

Original entry on oeis.org

1, 0, 2, 0, 2, 4, 0, 2, 8, 11, 0, 2, 27, 49, 34, 0, 2, 62, 289, 344, 156, 0, 2, 192, 1735, 4457, 3687, 1044, 0, 2, 529, 11676, 63493, 109623, 63411, 12346, 0, 2, 1731, 87669, 1067440, 3835541, 4540334, 1909186, 274668, 0, 2
Offset: 2

Views

Author

Henry Bottomley, Feb 22 2020

Keywords

Examples

			Triangle starts
1;
0,  2;
0,  2,  4;
0,  2,  8,    11;
0,  2,  27,   49,   34;
0,  2,  62,  289,  344,  156;
0,  2, 192, 1735, 4457, 3687, 1044;
0,  2,...
		

Crossrefs

Cf. A263293, A001349 (row sums), A000088.

Formula

T(n,n-1) = A000088(n-1).
T(n,2) = 2 for n>2 as the only possibilities are a cycle graph or a path graph.

Extensions

a(32)-a(48) from Chai Wah Wu, Sep 08 2020