login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A134275
Triangle of numbers obtained from the partition array A134274.
5
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,2
COMMENTS
This triangle is named S2(5)'.
In the same manner the unsigned Lah triangle A008297 is obtained from the partition array A130561.
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).
EXAMPLE
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)').
Sequence in context: A269910 A221366 A134274 * A264774 A114154 A297899
KEYWORD
nonn,easy,tabl
AUTHOR
Wolfdieter Lang, Nov 13 2007
STATUS
approved