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.

A365970 Triangle read by rows: T(n,k) is the number of generalized polyforms on the tetrahedral-octahedral honeycomb with n cells, k of which are octahedra; 0 <= k <= n.

Original entry on oeis.org

1, 1, 1, 0, 1, 0, 0, 3, 1, 0, 0, 3, 5, 1, 0, 0, 6, 24, 13, 1, 0, 0, 3, 74, 105, 13, 0, 0, 0, 3, 169, 727, 276, 11, 0, 0, 0, 1, 285, 3223, 3440, 432, 4, 0, 0, 0, 1, 356, 10853, 27632, 10141, 459, 2, 0, 0, 0, 0, 344, 27198, 155524, 134527, 19597, 314, 0, 0, 0
Offset: 0

Views

Author

Peter Kagey, Sep 23 2023

Keywords

Comments

Polyforms are "free" in that they are counted up to rotation and reflection.
Conjecture: Columns and antidiagonals are unimodal.
Rows sums are given by A343909.

Examples

			Triangle begins:
  1;
  1, 1;
  0, 1,   0;
  0, 3,   1,     0;
  0, 3,   5,     1,      0;
  0, 6,  24,    13,      1,      0;
  0, 3,  74,   105,     13,      0,     0;
  0, 3, 169,   727,    276,     11,     0,   0;
  0, 1, 285,  3223,   3440,    432,     4,   0, 0;
  0, 1, 356, 10853,  27632,  10141,   459,   2, 0, 0;
  0, 0, 344, 27198, 155524, 134527, 19597, 314, 0, 0, 0.
		

Crossrefs

Cf. A343909.

Formula

T(n,k) = 0 for k > n - floor((n - 1)/4).