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.

User: Graham H. Hawkes

Graham H. Hawkes's wiki page.

Graham H. Hawkes has authored 6 sequences.

A244006 Triangle read by rows, q-multinomial coefficient generalization of 3-dimensional lattice paths from the origin to (m,m,m).

Original entry on oeis.org

1, 1, 2, 2, 1, 1, 2, 5, 7, 11, 12, 14, 12, 11, 7, 5, 2, 1, 1, 2, 5, 10, 17, 27, 41, 56, 74, 93, 110, 125, 137, 142, 142, 137, 125, 110, 93, 74, 56, 41, 27, 17, 10, 5, 2, 1, 1, 2, 5, 10, 20, 33, 56, 86, 131, 186, 262, 350, 463, 586, 733, 885, 1056, 1219, 1391, 1542, 1689, 1799, 1894, 1942, 1968, 1942, 1894, 1799, 1689, 1542, 1391, 1219, 1056, 885, 733, 586, 463, 350, 262, 186, 131, 86, 56, 33, 20, 10, 5, 2, 1
Offset: 0

Author

Graham H. Hawkes, Jun 17 2014

Keywords

Comments

The sum of the elements in the m-th row gives the total number of lattice paths from the origin to (m,m,m), and the number of elements in the m-th row is 3m^2+1. The (m,n)-th entry gives the number of lattice paths from the origin to (m,m,m) with inversion number n. The inversion number of a given lattice path depends on the ordering of the coordinates, but the total number of lattice paths with inversion number n does not. To calculate the inversion number w.r.t. an ordering of coordinates, fix such an ordered set of coordinates (x_1, x_2, x_3) and represent a lattice path, L, as a sequence, S(L), of m copies of each of the numbers {1,2,3} in the natural way (a step in the x_1 direction corresponds to a 1, a step in the x_2 direction corresponds to a 2, etc.).
(1) There is a natural way to associate each sequence, S(L), to a set of two partitions, P_1 and P_2, where P_1 fits in an box of size m x m and P_2 fits in a box of size m x 2m. The inversion number of L is given by |P_1|+|P_2|. See link.
(2) Equivalently, the inversion number of L is given by summing over each entry in S(L), the number of entries which precede that entry and whose value exceeds that entry’s.
The sequence is palindromic and unimodal by row.

Examples

			Triangle begins:
  1;
  1, 2, 2, 1;
  1, 2, 5, 7, 11, 12, 14, 12, 11, 7, 5, 2, 1;
		

References

  • D. M. Bressoud, Proofs and Confirmations, Camb. Univ. Press, 1999; page 85-86.

Crossrefs

Cf. Row sums A006480.

Formula

G.f. for row m: (Product_{i=1..3*m} (1-q^i))/(Product_{j=1..m} (1-q^j))^3.

A236691 Number of totally symmetric solid partitions which fit in an n X n X n X n box.

Original entry on oeis.org

1, 2, 6, 32, 352, 9304, 683464, 161960220
Offset: 0

Author

Graham H. Hawkes, Jan 30 2014

Keywords

Comments

Also, for n > 0, the number of totally symmetric (n-1)-dimensional partitions which fit in an (n-1)-dimensional box whose sides all have length 5.
There is no conjectured formula for a(n).
The formula a(n,d) = Product_{i_1=1..n} Product_{i_2=i_1..n} ... Product_{i_d=i_(d-1)..n} (i_1+i_2+...+i_d-d+2)/(i_1+i_2+...+i_d-d+1) gives the number of totally symmetric d-dimensional partitions that fit in a box whose sides all have length n, for d = 1, 2, and 3. For d > 3 this formula fails. In particular, when d=4 it produces the sequence: 1, 2, 6, 32, 352, 9216, 661504, ... rather than the sequence above.

Crossrefs

This is the 4-dimensional case. Dimensions 1, 2, and 3 are respectively given by A000027, A000079, and A005157.
Cf. A097516.

A234968 Number of totally symmetric partitions of n of any dimension.

Original entry on oeis.org

1, 2, 3, 3, 3, 5, 5, 5, 6, 7, 5, 9, 6, 9, 13, 11, 7, 16, 14, 14, 16, 19, 14, 23, 24, 21, 27, 32, 21, 39, 39, 32, 38, 51, 45, 56, 60, 51, 62, 87, 61, 82, 101, 83, 98, 129, 104, 120, 152, 137, 145, 196, 157, 178, 248, 207, 209, 293, 248, 275, 353, 310, 325, 441, 388, 389, 528, 471, 463, 656, 573, 567, 766, 696, 691, 934
Offset: 2

Author

Graham H. Hawkes, Jan 02 2014

Keywords

Comments

a(n) is the sum over d from 1 to infinity of the number of totally symmetric d-dimensional Ferrers diagrams with n nodes.
A d-dimensional Ferrers diagram is totally symmetric if and only if whenever X=(x1,x2,...,xd) is a node, then so are all nodes which can be specified by permuting the coordinates of X.
Since a(1)=oo, the sequence above begins on n=2. All other terms are finite.

Examples

			a(1)=oo because for each dimension, d, the trivial Ferrers diagram given by the single node (1,1,1,...,1) is a totally symmetric d-dimensional partition of 1.
For n > 2, a(n) < oo. This means that for n > 2, there are at most a finite number of dimensions, d, for which the number of totally symmetric d-dimensional partitions of n is nonzero (and that for any dimension, d, there are at most a finite number of totally symmetric d-dimensional partitions of n).
a(2)=1. Indeed the only totally symmetric partition of 2 occurs in dimension 1. The corresponding 1-dimensional totally symmetric Ferrers diagram (TS FD) is given by the following two nodes (specified by the 1-dimensional coordinates): (2) and (1).
a(8)=5.
There is one 1-dimensional TS FD of 8:
  {(8),(7),(6),(5),(4),(3),(2),(1)}
There are two 2-dimensional TS FD of 8:
  {(3,2),(2,3),(3,1),(2,2),(1,3),(2,1),(1,2),(1,1)} and
  {(4,1),(1,4),(3,1),(2,2),(1,3),(2,1),(1,2),(1,1)}
There is one 3-dimensional TS FD of 8:
  {(2,2,2),(2,2,1),(2,1,2),(1,2,2),(2,1,1),(1,2,1),(1,1,2),(1,1,1)}
There is one 7-dimensional TS FD of 8:
  {(2,1,1,1,1,1,1),(1,2,1,1,1,1,1),(1,1,2,1,1,1,1),(1,1,1,2,1,1,1),(1,1,1,1,2,1,1),(1,1,1,1,1,2,1),(1,1,1,1,1,1,2),(1,1,1,1,1,1,1)}
There are no TS FD of 8 of any other dimension. Hence a(8)=1+2+1+1=5.
a(72)=573
The TS FD of 72 are:
  Dim 1: 1
  Dim 2: 471
  Dim 3: 85
  Dim 4: 11
  Dim 5: 3
  Dim 6: 1
  Dim 71: 1
(For n > 1) there is always exactly 1 TS FD of dimension 1 and 1 TS FD of dimension n-1. If n > 2, these two dimensions are not equal, so there must be at least two TS FD. Hence a(n) >= 2 for n > 2.
		

Crossrefs

The number of TS FD of dimensions 2, 3, and 4 are given by sequences A000700, A048141, and A097516 respectively.

A234954 Number of totally symmetric 6-dimensional partitions of n.

Original entry on oeis.org

1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 1, 2, 0, 1, 1, 0, 2, 3, 0, 1, 1, 0, 2, 3, 0, 1, 2, 0, 2, 3, 0, 2, 2, 0, 2, 3, 0, 2, 2, 0, 2, 3, 0, 2, 2, 0, 4, 4, 0, 2, 2
Offset: 1

Author

Graham H. Hawkes, Jan 01 2014

Keywords

Comments

We can think of the points of a totally symmetric partition of n, say p, as occurring in classes, where two points are in the same class iff one point is a given by a permutation of the coordinates of the other. Call the number of distinct points in a class the size of that class.
The only classes of points in a 6-dimensional totally symmetric partition, p, of n, which do not have class size divisible by 3 are composed of points of the form (x,x,x,x,x,x) or (x,x,x,y,y,y) (or any permutation of these coordinates). The former has class size 1, the latter, class size 20.
For n=2 mod 3, a(n)=0 for the first 232 terms. Indeed, suppose n<233 and n=2 mod 3 and p partitions n in 6 dimensions. If j is the number of points of the form (x,x,x,x,x,x) in p, and k is the number of points of the form (x,x,x,y,y,y) in p, then we must have j+2k = 2 mod 3. Now j>0 because (1,1,1,1,1,1) must be a point of p. If j=1, we have k=2 mod 3, so that k>=2. In this case, the minimum size of n occurs when k=2 and the two points of the form (x,x,x,y,y,y) are (2,2,2,1,1,1) and (3,3,3,1,1,1). In this case, n=233. If j=2, we have k=0 mod 3. But since j=2,(2,2,2,2,2,2) is a point of p. Thus, so is(2,2,2,1,1,1). Hence, k>0, whence k>=4. In particular, k>=2 so that n>233. If j>=3, then (3,3,3,3,3,3) is a point of p, in which case n>729=3^6.
In fact the first term of the sequence with n=2 mod 3, and which is nonzero is a(233) = 1

A234859 Number of totally symmetric 5-dimensional partitions of n.

Original entry on oeis.org

1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 3, 0, 0, 0, 0, 4, 1, 0, 0, 0, 4, 1, 0, 0, 0, 5, 1, 0, 0, 0, 5, 1, 0, 0, 0, 7, 1, 0, 0, 0, 8, 2, 0, 0, 0, 9, 2, 0, 0, 0, 1, 3, 0, 0, 0, 11, 3, 0, 0, 0, 13, 3, 0, 0, 0, 15, 4, 0, 0, 0, 17, 5, 0, 0, 0, 20, 6, 0, 0, 0, 22, 7, 0, 0, 0, 24, 7, 0, 0, 0, 29, 9, 0, 0, 0, 32, 12, 0, 0, 0, 37, 14, 0, 0, 0, 41, 17, 0, 0, 0
Offset: 1

Author

Graham H. Hawkes, Jan 01 2014

Keywords

Comments

a(n) gives the number of 5-dimensional Ferrers diagrams that have the property that if the point X=(x1, x2, x3, x4, x5) appears in the diagram, then so do all the points specified by the permutations of the coordinates of X.
We can think of the points of a totally symmetric partition of n, say p, as occurring in classes, where two points are in the same class iff one point is a given by a permutation of the coordinates of the other.
Suppose p is a 5-dimensional totally symmetric partition of n. For any point of n, say x = (x1, x2, x3, x4, x5), then, because 5 is prime, 5 divides the number of distinct permutations of the coordinates of x unless x1 = x2 = x3 = x4 = x5 (in which case there is only 1 such distinct permutation). Therefore, the only classes of points in p which have a number of points not divisible by 5 are points of the form (x,x,x,x,x). Hence, the number of points in p is equal to m mod 5, where m is the number of diagonal points, or points of the form (x,x,x,x,x), in p.
If 0 < n < 32=2^5, then the number of diagonal points in any 5-dimensional partition of n must be less than 2 (and greater than 0)—therefore equal to 1. Thus, for n < 32, a(n) is nonzero only if n=1 mod 5. Further, if 0 < n < 243=3^5, then the number of diagonal points in any 5-dimensional partition of n must be less than 3, thus equal to 1 or 2. Thus for n < 243, a(n) is nonzero only if n=1 mod 5 or n=2 mod 5. Consequently for n=0, 3, or 4 mod 5, a(n)=0 in the first 125 terms given above. A similar pattern occurs in a sequence of totally symmetric d-dimensional partitions of n whenever d is prime.

A226651 Multidimensional Young numbers: Given a d-dimensional partition of n, this is the number of ways to fill the associated d-dimensional Young diagram with the integers 1 to n such that the entries are increasing in each positive (orthogonal) direction.

Original entry on oeis.org

1, 1, 1, 2, 1, 3, 2, 6, 1, 4, 5, 6, 12, 8, 24, 1, 5, 9, 10, 5, 16, 20, 25, 30, 20, 16, 60, 40, 120, 1, 6, 14, 15, 14, 25, 20, 21, 30, 54, 60, 30, 96, 40, 66, 61, 75, 90, 48, 120, 150, 180, 120, 96, 80, 360, 240, 720, 1, 7, 20, 21, 28, 64, 35, 14, 70, 56, 90, 42, 42, 98, 105, 98, 245, 140, 147
Offset: 1

Author

Graham H. Hawkes, Jul 30 2013

Keywords

Comments

Generalization of the number of standard Young tableaux on a given Young diagram to arbitrary dimension.
The multidimensional Young numbers of partitions which are conjugate are equal. Therefore, the multidimensional Young numbers listed above are indexed with respect to an ordering of the "conjugacy classes" of partitions. This ordering is defined in the attached pdf file.
The number of entries between the m-th and (m+1)-th appearance of 1 (including the m-th appearance, but excluding the (m+1)-th) is the number of infinite dimensional partitions of m up to conjugacy, i.e., sequence A119268.
Let f(m) give the number of 2-dimensional partitions of m up to conjugacy (sequence A005987). Then the first f(m) entries following (and including) the m-th appearance of 1 are standard Young tableaux numbers on 2-dimensional partitions of m, and can be found in sequence A117506.

Examples

			The ordering of "conjugacy classes" of partitions begins:
(1), (2), (3), (2+1), (4), (3+1), (2+2), ((2+1)+(1)), (5), (4+1), (3+2), (3+1+1), ((3+1)+(1)), ((2+2)+(1)),
  (((2+1)+(1))+((1))), ...
The 14th partition, ((2+2)+(1)), is associated to the Young diagram with cubes centered at p_1=(0,0,0), p_2=(1,0,0), p_3=(0,1,0), p_4=(1,1,0), and p_5=(0,0,1). The possible ways to fill the cubes centered on these points so that the numbers are increasing in all directions are;
(For each i=1:5, the i-th integer in a sequence below is placed on p_i.)
1-2-3-4-5
1-3-2-4-5
1-2-3-5-4
1-3-2-5-4
1-2-4-5-3
1-4-2-5-3
1-3-4-5-2
1-4-3-5-2
Hence the 14th term is 8.
The 48th partition, ((2+2)+(2+2)), can be represented as a cube divided into octants. The integers 1 and 8 must lie in opposite octants. Of the three octants adjacent to the one which contains 1, one must contain 2 and one must contain 3. This gives 6 possibilities. For each of these possibilities there are 4 numbers (4, 5, 6, and 7) to choose from for the number placed in the remaining cube in the plane that contains 1, 2, and 3. Regardless of this choice, there are 2 ways to fill in the remaining three octants. Thus there are 6*4*2=48 ways to fill the octants all together--that is, the 48th multidimensional Young number is 48.
Example of recursion:
The partition: p|--6=((3+2)+(1)) covers the following partitions of 5:
q_1|--5=(3+2)
q_2|--5=((3+1)+(1))
q_3|--5=((2+2)+(1)) Thus Y(p)=Y(q_1)+Y(q_2)+Y(q_3)=5+12+8=25
		

Programs

  • MATLAB
    % See MATLAB function in Links.

Formula

Let p be a partition of n. Let Q be the set of partitions of n-1 such that for all q in Q, p covers q. Then the Young number of p is given by Y(p) = Sum_{q in Q} Y(q).