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.

Showing 1-1 of 1 results.

A369227 Triangle read by rows: T(n,k) is the number of uniquely colorable simple graphs on n nodes with chromatic number k = 1..n.

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 5, 3, 1, 1, 1, 17, 12, 3, 1, 1, 1, 44, 72, 12, 3, 1, 1, 1, 182, 856, 127, 12, 3, 1, 1, 1, 730, 17018, 3426, 127, 12, 3, 1, 1, 1, 4032, 531568, 221188, 4938, 127, 12, 3, 1, 1, 1, 25598
Offset: 1

Views

Author

Eric W. Weisstein, Jan 16 2024

Keywords

Examples

			Triangle read by rows:
  1
  1,     1
  1,     1,      1
  1,     3,      1,      1
  1,     5,      3,      1,    1
  1,    17,     12,      3,    1,   1
  1,    44,     72,     12,    3,   1,  1
  1,   182,    856,    127,   12,   3,  1, 1
  1,   730,  17018,   3426,  127,  12,  3, 1, 1
  1,  4032, 531568, 221188, 4938, 127, 12, 3, 1, 1
  1, 25598,    ...
		

Crossrefs

Formula

T(n,1) = 1.
T(n,2) = A005142(n).
T(n,3) = A348222(n).
T(n,n) = 1.
Sum_{k=1..n} T(n,k) = A369223(n).
Showing 1-1 of 1 results.