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-4 of 4 results.

A157394 A partition product of Stirling_1 type [parameter k = 4] with biggest-part statistic (triangle read by rows).

Original entry on oeis.org

1, 1, 4, 1, 12, 12, 1, 72, 48, 24, 1, 280, 600, 120, 24, 1, 1740, 4560, 1800, 144, 0, 1, 8484, 40740, 21000, 2520, 0, 0, 1, 57232, 390432, 223440, 33600, 0, 0, 0, 1, 328752, 3811248, 2845584, 438480, 0, 0, 0, 0, 1, 2389140
Offset: 1

Views

Author

Peter Luschny, Mar 07 2009, Mar 14 2009

Keywords

Comments

Partition product of prod_{j=0..n-2}(k-n+j+2) and n! at k = 4,
summed over parts with equal biggest part (see the Luschny link).
Underlying partition triangle is A144878.
Same partition product with length statistic is A049424.
Diagonal a(A000217(n)) = falling_factorial(4,n-1), row in A008279
Row sum is A049427.

Examples

			1
1       4
1      12       12
1      72       48       24
1     280      600      120      24
1    1740     4560     1800     144  0
1    8484    40740    21000    2520  0  0
1   57232   390432   223440   33600  0  0  0
1  328752  3811248  2845584  438480  0  0  0  0
1  2389140
		

Crossrefs

Formula

T(n,0) = [n = 0] (Iverson notation) and for n > 0 and 1 <= m <= n
T(n,m) = Sum_{a} M(a)|f^a| where a = a_1,..,a_n such that
1*a_1+2*a_2+...+n*a_n = n and max{a_i} = m, M(a) = n!/(a_1!*..*a_n!),
f^a = (f_1/1!)^a_1*..*(f_n/n!)^a_n and f_n = product_{j=0..n-2}(j-n+6).

A144877 Partition number array, called M31(-3), related to A049410(n,m) = S1(-3;n,m) (generalized Stirling triangle).

Original entry on oeis.org

1, 3, 1, 6, 9, 1, 6, 24, 27, 18, 1, 0, 30, 180, 60, 135, 30, 1, 0, 0, 270, 360, 90, 1080, 405, 120, 405, 45, 1, 0, 0, 0, 1260, 0, 1890, 2520, 5670, 210, 3780, 2835, 210, 945, 63, 1, 0, 0, 0, 0, 1260, 0, 0, 10080, 11340, 30240, 0, 7560, 10080, 45360, 8505, 420, 10080, 11340
Offset: 1

Views

Author

Wolfdieter Lang Oct 09 2008, Oct 28 2008

Keywords

Comments

Each partition of n, ordered as in Abramowitz-Stegun (A-St order; for the reference see A134278), is mapped to a nonnegative integer a(n,k) =: M31(-3;n,k) with the k-th partition of n in A-St order.
The sequence of row lengths is A000041 (partition numbers) [1, 2, 3, 5, 7, 11, 15, 22, 30, 42, ...].
First member (K=3) in the family M31(-K) of partition number arrays.
If M31(-3;n,k) is summed over those k with fixed number of parts m one obtains the unsigned triangle S1(-3) := A049410.

Examples

			[1]; [3,1]; [6,9,1]; [6,24,27,18,1]; [0,30,180,60,135,30,1]; ...
a(4,3) = 27 = 3*S1(-3;2,1)^2. The relevant partition of 4 is (2^2).
		

Crossrefs

Cf. A049426 (row sums).
Cf. A144358 (M31(-2) array), A144878 (M31(-4) array).

Formula

a(n,k)= (n!/product(e(n,k,j)!*j!^(e(n,k,j),j=1..n))*product(S1(-3;j,1)^e(n,k,j),j=1..n) = M3(n,k)*product(S1(-3;j,1)^e(n,k,j),j=1..n) with S1(-3;n,1)|= A008279(3,n-1)= [1,3,6,6,0,...], n>=1 and 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. M3(n,k)=A036040.

A144879 Partition number array, called M31(-5), related to A049411(n,m) = S1(-5;n,m) (generalized Stirling triangle).

Original entry on oeis.org

1, 5, 1, 20, 15, 1, 60, 80, 75, 30, 1, 120, 300, 1000, 200, 375, 50, 1, 120, 720, 4500, 4000, 900, 6000, 1875, 400, 1125, 75, 1, 0, 840, 12600, 42000, 2520, 31500, 28000, 52500, 2100, 21000, 13125, 700, 2625, 105, 1, 0, 0, 16800, 134400, 126000, 3360, 100800, 336000
Offset: 1

Views

Author

Wolfdieter Lang Oct 09 2008, Oct 28 2008

Keywords

Comments

Each partition of n, ordered as in Abramowitz-Stegun (A-St order; for the reference see A134278), is mapped to a nonnegative integer a(n,k) =: M31(-5;n,k) with the k-th partition of n in A-St order.
The sequence of row lengths is A000041 (partition numbers) [1, 2, 3, 5, 7, 11, 15, 22, 30, 42, ...].
First member (K=5) in the family M31(-K) of partition number arrays.
If M31(-5;n,k) is summed over those k with fixed number of parts m one obtains the unsigned triangle S1(-5) := A049411.

Examples

			[1]; [5,1]; [20,15,1]; [60,80,75,30,1]; [120,300,1000,200,375,50,1]; ...
a(4,3) = 75 = 3*S1(-5;2,1)^2. The relevant partition of 4 is (2^2).
		

Crossrefs

Cf. A049428 (row sums).
Cf. A144878 (M31(-4) array).

Formula

a(n,k)=(n!/Product_{j=1..n} (e(n,k,j)!*j!^e(n,k,j))) * Product_{j=1..n} S1(-5;j,1)^e(n,k,j) = M3(n,k) * Product_{j=1..n} S1(-5;j,1)^e(n,k,j), with S1(-5;n,1) = A008279(5,n-1)= [1,5,20,60,120,120,0,...], n>=1 and 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. M3(n,k)=A036040.

A145369 Partition number array, called M31hat(-4).

Original entry on oeis.org

1, 4, 1, 12, 4, 1, 24, 12, 16, 4, 1, 24, 24, 48, 12, 16, 4, 1, 0, 24, 96, 144, 24, 48, 64, 12, 16, 4, 1, 0, 0, 96, 288, 24, 96, 144, 192, 24, 48, 64, 12, 16, 4, 1, 0, 0, 0, 288, 576, 0, 96, 288, 384, 576, 24, 96, 144, 192, 256, 24, 48, 64, 12, 16, 4, 1, 0, 0, 0, 0, 576, 0, 0, 288, 576, 384
Offset: 1

Views

Author

Wolfdieter Lang, Oct 17 2008

Keywords

Comments

If all positive numbers are replaced by 1 this becomes the characteristic partition array for partitions with parts 1,2,3,4 or 5 only, provided the partitions of n are ordered like in Abramowitz-Stegun (A-St order; for the reference see A134278).
Fourth member (K=4) in the family M31hat(-K) of partition number arrays.
The sequence of row lengths is A000041 (partition numbers) [1, 2, 3, 5, 7, 11, 15, 22, 30, 42,...].
This array is array A144878 divided entrywise by the array M_3=M3(1)=A036040. Formally 'A144878/A036040'. E.g. a(4,3)= 16 = 48/3 = A144878(4,3)/A036040(4,3).
If M31hat(-4;n,k) is summed over those k numerating partitions with fixed number of parts m one obtains the unsigned triangle S1hat(-4):= A145370.

Examples

			Triangle begins:
  [1];
  [4,1];
  [12,4,1];
  [24,12,16,4,1];
  [24,24,48,12,16,4,1];
  ...
a(4,3)= 16 = S1(-4;2,1)^2. The relevant partition of 4 is (2^2).
		

Crossrefs

Cf. A145366 (M31hat(-3)), A145372 (M31hat(-5)).

Formula

a(n,k) = product(S1(-4;j,1)^e(n,k,j),j=1..n) with S1(-4;n,1) = A008279(4,n-1) = [1,4,12,24,24,0,0,0,...], n>=1 and 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.
Showing 1-4 of 4 results.