A300695 Irregular triangle read by rows: T(n, k) = number of vertices with rank k in cocoon concertina n-cube.
1, 1, 1, 1, 3, 3, 1, 1, 6, 13, 6, 13, 6, 1
Offset: 0
Examples
First rows of the triangle: k 0 1 2 3 4 5 6 n 0 1 1 1 1 2 1 3 3 1 3 1 6 13 6 13 6 1
Links
- Tilman Piesk, ranks 1 / 5, 2 / 4 and 3 for n=3
- Tilman Piesk, Python code used to generate the sequence (currently unfinished, does not find all ranks for n>3)
Comments