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.

A259873 Triangle read by rows: T(n,k) (n >= 3, 3 <= k <= n) = number of possible graphical partitions for simple graphs with n non-isolated nodes and k edges.

Original entry on oeis.org

1, 0, 2, 0, 1, 4, 0, 1, 4, 7, 0, 0, 4, 9, 11, 0, 0, 2, 11, 15, 17, 0, 0, 1, 11, 22, 25, 25, 0, 0, 1, 9, 26, 38, 37, 36, 0, 0, 0, 7, 29, 49, 58, 55, 50, 0, 0, 0, 5, 29, 63, 81, 87, 77, 70
Offset: 3

Views

Author

N. J. A. Sloane, Jul 09 2015

Keywords

Examples

			Triangle begins:
1,
0,2,
0,1,4,
0,1,4,7,
0,0,4,9,11,
0,0,2,11,15,17,
0,0,1,11,22,25,25,
0,0,1,9,26,38,37,36,
0,0,0,7,29,49,58,55,50,
0,0,0,5,29,63,81,87,77,70,
...
		

References

  • P. R. Stein, On the number of graphical partitions, pp. 671-684 of Proc. 9th S-E Conf. Combinatorics, Graph Theory, Computing, Congr. Numer. 21 (1978). Contains table for n <= 27.

Crossrefs

A004250 is a diagonal. Cf. A000088, A004251.