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.

Showing 1-3 of 3 results.

A134275 Triangle of numbers obtained from the partition array A134274.

Original entry on oeis.org

1, 5, 1, 45, 5, 1, 585, 70, 5, 1, 9945, 810, 70, 5, 1, 208845, 14895, 935, 70, 5, 1, 5221125, 284895, 16020, 935, 70, 5, 1, 151412625, 7055100, 309645, 16645, 935, 70, 5, 1, 4996616625, 192734100, 7526475, 315270, 16645, 935, 70, 5, 1, 184874815125
Offset: 1

Views

Author

Wolfdieter Lang, Nov 13 2007

Keywords

Comments

This triangle is named S2(5)'.
In the same manner the unsigned Lah triangle A008297 is obtained from the partition array A130561.

Examples

			Triangle begins:
  [1];
  [5,1];
  [45,5,1];
  [585,70,5,1];
  [9945,810,70,5,1];
  ...
		

Crossrefs

Cf. A134276 (row sums). A134277 (alternating row sums).
Cf. A134151 (S2(4)').

Formula

a(n,m) = sum(product(S2(5;j,1)^e(n,m,q,j),j=1..n),q=1..p(n,m)) if n>=m>=1, else 0. Here p(n,m)=A008284(n,m), the number of m parts partitions of n and e(n,m,q,j) is the exponent of j in the q-th m part partition of n. S2(5;j,1)= A007696(j) = A049029(j,1) = (4*j-3)(!^4), (quadruple- or 4-factorials).

A134276 Row sums of triangle A134275 (S2(5)').

Original entry on oeis.org

1, 6, 51, 661, 10831, 224751, 5523051, 158795026, 5197210126, 191295597726, 7808335521876, 350242714836901, 17115798145640401, 905207663613680151, 51504322711247118276, 3137060525840824654651, 203646443505582301226401
Offset: 1

Views

Author

Wolfdieter Lang, Nov 13 2007

Keywords

Crossrefs

Cf. A000041, A134277 (alternating row sums of triangle A134275).

Formula

a(n) = Sum_{m=1..n} A134275(n,m), n>=1.
a(n) = Sum_{k=1..p(n)} A134274(n,k), with p(n) = A000041(n) (number of partitions of n).

A134279 A certain partition array in Abramowitz-Stegun order (A-St order), called M_3(6)/M_3.

Original entry on oeis.org

1, 6, 1, 66, 6, 1, 1056, 66, 36, 6, 1, 22176, 1056, 396, 66, 36, 6, 1, 576576, 22176, 6336, 4356, 1056, 396, 216, 66, 36, 6, 1, 17873856, 576576, 133056, 69696, 22176, 6336, 4356, 2376, 1056, 396, 216, 66, 36, 6, 1, 643458816, 17873856, 3459456, 1463616
Offset: 1

Views

Author

Wolfdieter Lang, Nov 13 2007

Keywords

Comments

Partition number array M_3(6) = A134278 with each entry divided by the corresponding one of the partition number array M_3 = M_3(1) = A036040; in short M_3(6)/M_3.
The sequence of row lengths is A000041 (partition numbers) [1, 2, 3, 5, 7, 11, 15, 22, 30, 42, ...].
For the A-St order of partitions see the Abramowitz-Stegun reference given in A117506.

Examples

			[1]; [6,1]; [66,6,1]; [1056,66,36,6,1]; [22176,1056,396,66,36,6,1]; ...
		

Crossrefs

Row sums give A134281 (also of triangle A134280).
Cf. A134274 (M_3(5)/M_3 partition array).

Formula

a(n,k) = Product_{j=1..n} S2(6,j,1)^e(n,k,j) with S2(6,n,1) = A049385(n,1) = A008548(n) = (5*n-4)(!^5) (quintuple- or 5-factorials) and with the exponent e(n,k,j) of j in the k-th partition of n in the A-St ordering of the partitions of n.
a(n,k) = A134278(n,k)/A036040(n,k) (division of partition arrays M_3(6) by M_3).
Showing 1-3 of 3 results.