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.
%I A378173 #9 Nov 20 2024 09:47:47 %S A378173 1,1,1,1,2,1,1,5,5,1,1,14,38,14,1,1,42,372,372,42,1,1,132,4282,14606, %T A378173 4282,132,1,1,429,55149 %N A378173 Array read by antidiagonals: T(n,k) is the number of proper antichain partitions of the rectangular poset of size n X k. %C A378173 A partition of a poset into antichains is said to be proper if it does not contain two antichains A_1 and A_2, with x_1,y_1 in A_1 and x_2,y_2 in A_2, such that x_1<x_2 and y_1>y_2. %C A378173 A proper antichain partition of a poset is endowed with an order relation, which is induced by the order relation of the poset. Let Y be a young diagram, and P the poset of shape Y. The number of linear extensions of P is the number of standard Young tableaux with shape Y. The sum over all proper antichain partitions of P, of the numbers of linear extensions of the induced orders, is equal to the number of normal generalized Young tableaux of shape Y with all rows and columns strictly increasing (cf. A299968). %F A378173 T(n,k) = T(k,n). %F A378173 T(n,2) = A000108(n). %e A378173 Array begins: %e A378173 ===================================================================== %e A378173 n/k | 1 2 3 4 5 6 ... %e A378173 ----+---------------------------------------------------------------- %e A378173 1 | 1 1 1 1 1 1 ... %e A378173 2 | 1 2 5 14 42 132 ... %e A378173 3 | 1 5 38 372 4282 55149 ... %e A378173 4 | 1 14 372 14606 ... %e A378173 5 | 1 42 4282 ... %e A378173 6 | 1 132 55149 ... %Y A378173 Cf. A060854, A299968, A374985. %K A378173 nonn,tabl,more %O A378173 1,5 %A A378173 _Ludovic Schwob_, Nov 18 2024