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.

A384755 Triangle read by rows: T(n,k) is the number of face-connected components of polyhedra with k prisms and n-k truncated cuboctahedra in the omnitruncated cubic honeycomb up to rotation and reflection, 0 <= k <= n.

Original entry on oeis.org

1, 1, 1, 1, 2, 1, 3, 7, 10, 2, 12, 41, 76, 46, 4, 61, 335, 809, 777, 232, 13, 407, 3065, 9512, 12863, 7186, 1206, 39, 3226, 30401, 114516, 204143, 172377, 60421, 6548, 155, 28335, 311782, 1381363, 3054599, 3507278, 1975767, 469525, 36081, 637, 262091, 3260971, 16569719, 43731912
Offset: 0

Views

Author

Peter Kagey, Jun 09 2025

Keywords

Comments

Row sums are A384754.

Examples

			0 |   1;
1 |   1,    1;
2 |   1,    2,    1;
3 |   3,    7,   10,     2;
4 |  12,   41,   76,    46,    4;
5 |  61,  335,  809,   777,  232,   13;
6 | 407, 3065, 9512, 12863, 7186, 1206, 39;
		

Crossrefs

Cf. A365970 (tetrahedral-octahedral honeycomb), A384486 (quarter cubic honeycomb), A384782 (rectified cubic honeycomb).

Formula

T(n,0) = A038171(n).

Extensions

More terms from Bert Dobbelaere, Jun 14 2025