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.

A126749 Triangle read by rows: T(n,k) (n>=2, k=0..n-1) gives number of biconnected graphs on n nodes with chromatic number n-k.

Original entry on oeis.org

0, 1, 0, 1, 1, 1, 1, 2, 6, 1, 1, 3, 17, 30, 5, 1, 4, 34, 189, 232, 8, 1, 5, 59, 627, 3627, 2762, 42, 1, 6, 92, 1631, 23262, 118114, 50814, 146, 1, 7, 135, 3643, 101409, 1686975, 6530233, 1420183, 956
Offset: 2

Views

Author

N. J. A. Sloane, Feb 18 2007

Keywords

Comments

It is possible that the definition should say "connected" rather than "biconnected". Should be rechecked! - Max Alekseyev and Brendan McKay, Jun 17 2008

Examples

			Triangle begins:
n=...1..2...3...4...5....6.....7......8........9........10
k.---------------------------------------------------------
2|...0..0...0...1...1....5.....8.....42......146.......956
3|...0..0...1...1...6...30...232...2762....50814...1420183
4|...0..0...0...1...2...17...189...3627...118114...6530233
5|...0..0...0...0...1....3....34....627....23262...1686975
6|...0..0...0...0...0....1.....4.....59.....1631....101409
7|...0..0...0...0...0....0.....1......5.......92......3643
8|...0..0...0...0...0....0.....0......1........6.......135
		

Crossrefs

Diagonals give A126750-A126754.