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.

A112669 Triangle read by rows: T(n,k) = number of plane partitions of n that can be extended in k ways to a plane partition of n+1 by adding 1 element to it.

This page as a plain text file.
%I A112669 #2 Mar 30 2012 18:37:44
%S A112669 1,3,3,3,6,6,0,1,3,15,3,3,9,21,6,12,3,34,21,25,3,10,45,36,54,15,6,54,
%T A112669 72,108,36,6,9,84,102,172,117,15,0,1,3,84,174,306,228,54,7,3,18,114,
%U A112669 225,483,447,162,18,12,3,114,348,724,824,369,66,37,9,171,453
%N A112669 Triangle read by rows: T(n,k) = number of plane partitions of n that can be extended in k ways to a plane partition of n+1 by adding 1 element to it.
%C A112669 In other words, it shows how many partitions of n have k different partitions of n+1 just covering it.
%e A112669 As an irregular triangle:
%e A112669 1
%e A112669 3
%e A112669 3 3
%e A112669 6 6 0 1
%e A112669 3 15 3 3
%e A112669 9 21 6 12
%e A112669 3 34 21 25 3
%e A112669 10 45 36 54 15
%e A112669 6 54 72 108 36 6
%e A112669 As a table:
%e A112669 k:=1 k:=2 k:=3 k:=4 k:=5 k:=6 k:=7 k:=8 k:=9 k:=10 k:=11 k:=12
%e A112669 n:=1 0 0 1 0 0 0 0 0 0 0 0 0
%e A112669 n:=2 0 0 3 0 0 0 0 0 0 0 0 0
%e A112669 n:=3 0 0 3 3 0 0 0 0 0 0 0 0
%e A112669 n:=4 0 0 6 6 0 1 0 0 0 0 0 0
%e A112669 n:=5 0 0 3 15 3 3 0 0 0 0 0 0
%e A112669 n:=6 0 0 9 21 6 12 0 0 0 0 0 0
%e A112669 n:=7 0 0 3 34 21 25 3 0 0 0 0 0
%e A112669 n:=8 0 0 10 45 36 54 15 0 0 0 0 0
%e A112669 n:=9 0 0 6 54 72 108 36 6 0 0 0 0
%Y A112669 Row sums are A000219; the weighted products (dot product with the k's) is A090984.
%K A112669 nonn,tabf
%O A112669 1,2
%A A112669 _Wouter Meeussen_, Sep 07 2004