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.

A374822 Antichain-Chain Quilt Numbers: Square table of the number of ASM quilts of type A_2(j) x C_k read down antidiagonals, where C_k is the chain poset or rank k and A_2(j) is the rank 2 poset with a unique minimal and maximal element and j atoms.

Original entry on oeis.org

2, 4, 2, 8, 4, 7, 16, 8, 17, 16, 32, 16, 43, 46, 30, 64, 32, 113, 142, 100, 50, 128, 64, 307, 466, 366, 190, 77, 256, 128, 857, 1606, 1444, 806, 329, 112, 512, 256, 2443, 5746, 6030, 3718, 1589, 532, 156, 1024, 512, 7073, 21142, 26260, 18230, 8393, 2884, 816
Offset: 1

Views

Author

Sara Billey and Matjaz Konvalinka, Jul 21 2024

Keywords

Examples

			Array begins:
  2,  4,  8, ...
  2,  4,  8, ...
  7, 17, 43, ...
  ...
		

Crossrefs

Formula

T(j,k) = Sum_{i=2..k} (k+1-i)*i^j for j>=1 and k>1.
T(j,1) = 2^j for all j>=1 and k=1.