login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A333418
Irregular triangle: T(n,k) gives the number of ways to 2-color k edges of the n-cube up to rotation and reflection, with 0 <= k <= A001787(n).
2
1, 1, 1, 1, 2, 1, 1, 1, 1, 4, 9, 18, 24, 30, 24, 18, 9, 4, 1, 1, 1, 1, 6, 24, 140, 604, 2596, 9143
OFFSET
1,5
COMMENTS
Conjecture: All rows are unimodal (increasing, then decreasing).
Each row is a palindrome.
A333333 is analogous with the restriction that the colorings must be connected.
FORMULA
T(n,k) >= ceiling(binomial(A001787(n),k)/A000165(n)).
EXAMPLE
Table begins:
n\k| 0 1 2 3 4 5 6 7 8 9 10 11 12 ...
---+-------------------------------------------------------
1| 1, 1;
2| 1, 1, 2, 1, 1;
3| 1, 1, 4, 9, 18, 24, 30, 24, 18, 9, 4, 1, 1;
4| 1, 1, 6, 24, 140, 604, 2596, 9143, ...
5| 1, 1, 8, 50, 608, ...
6| 1, 1, 10, 89, ...
CROSSREFS
Row sums are A333444.
Sequence in context: A174547 A119326 A219866 * A212363 A212382 A274835
KEYWORD
nonn,tabf,more
AUTHOR
Peter Kagey, Mar 20 2020
STATUS
approved