A369997 Irregular triangle read by rows: T(n,k) is the number of connected induced k-vertex subgraphs, up to isomorphism, of the hypercube graph of dimension n >= 0, 1 <= k <= 2^n.
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 2, 3, 1, 1, 1, 1, 1, 3, 4, 9, 15, 31, 35, 40, 24, 18, 6, 4, 1, 1
Offset: 0
Examples
Triangle begins: 1; 1, 1; 1, 1, 1, 1; 1, 1, 1, 3, 2, 3, 1, 1; 1, 1, 1, 3, 4, 9, 15, 31, 35, 40, 24, 18, 6, 4, 1, 1; ...
Comments