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.

A281446 Triangle read by rows: Number of oriented graphs on n nodes with k components.

Original entry on oeis.org

1, 0, 1, 0, 1, 1, 0, 5, 1, 1, 0, 34, 6, 1, 1, 0, 535, 39, 6, 1, 1, 0, 20848, 584, 40, 6, 1, 1, 0, 2120098, 21553, 589, 40, 6, 1, 1, 0, 572849763, 2144216, 21602, 590, 40, 6, 1, 1, 0, 415361983540, 575092291, 2144956, 21607, 590, 40, 6, 1, 1, 0, 815590925440865, 415946286005, 575116919, 2145005, 21608
Offset: 0

Views

Author

R. J. Mathar, Apr 13 2017

Keywords

Comments

Multiset transform of A086345.

Examples

			1;
0,1;
0,1,1;
0,5,1,1;
0,34,6,1,1;
0,535,39,6,1,1;
0,20848,584,40,6,1,1;
0,2120098,21553,589,40,6,1,1;
0,572849763,2144216,21602,590,40,6,1,1;
0,415361983540,575092291,2144956,21607,590,40,6,1,1;
		

Crossrefs

Cf. A086345 (column 1), A001174 (row sums).

Formula

G.f.: Product_{j>=1} (1-y*x^j)^(-A086345(j)). - Alois P. Heinz, Apr 13 2017