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.

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).

Original entry on oeis.org

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

Views

Author

Peter Kagey, Mar 20 2020

Keywords

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.

Examples

			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

Formula

T(n,k) >= ceiling(binomial(A001787(n),k)/A000165(n)).