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.

A144886 Lower triangular array called S1hat(4) related to partition number array A144885.

Original entry on oeis.org

1, 4, 1, 20, 4, 1, 120, 36, 4, 1, 840, 200, 36, 4, 1, 6720, 1720, 264, 36, 4, 1, 60480, 12480, 2040, 264, 36, 4, 1, 604800, 118560, 16000, 2296, 264, 36, 4, 1, 6652800, 1081920, 149600, 17280, 2296, 264, 36, 4, 1, 79833600, 11793600, 1362240, 163680, 18304, 2296, 264
Offset: 1

Views

Author

Wolfdieter Lang Oct 09 2008

Keywords

Comments

If in the partition array M31hat(4):=A144885 entries with the same parts number m are summed one obtains this triangle of numbers S1hat(4). In the same way the signless Stirling1 triangle |A008275| is obtained from the partition array M_2 = A036039.
The first columns are A001715(n+2), A144888, A144889,...

Examples

			[1];[4,1];[20,4,1];[120,36,4,1];[840,200,36,4,1];...
		

Crossrefs

A144887 (row sums).

Formula

a(n,m)=sum(product(|S1(4;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. |S1(4,n,1)|= A049352(n,1) = A001715(n+2) = (n+2)!/3!.

A144880 Partition number array, called M31hat(3).

Original entry on oeis.org

1, 3, 1, 12, 3, 1, 60, 12, 9, 3, 1, 360, 60, 36, 12, 9, 3, 1, 2520, 360, 180, 144, 60, 36, 27, 12, 9, 3, 1, 20160, 2520, 1080, 720, 360, 180, 144, 108, 60, 36, 27, 12, 9, 3, 1, 181440, 20160, 7560, 4320, 3600, 2520, 1080, 720, 540, 432, 360, 180, 144, 108, 81, 60, 36, 27
Offset: 1

Views

Author

Wolfdieter Lang Oct 09 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) =: M31hat(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,...].
This is the third (K=3) member of a family of partition number arrays: A107106, A134133,...

Examples

			[1];[3,1];[12,3,1];[60,12,9,3,1];[360,60,36,12,9,3,1];...
a(4,3)= 9 = |S1(3;2,1)|^2. The relevant partition of 4 is (2^2).
		

Crossrefs

A144882 (row sums).
A134133 (M31hat(2) array). A144885 (M31hat(4) array).

Formula

a(n,k)= product(|S1(3;j,1)|^e(n,k,j),j=1..n) with |S1(3;n,1)|= A046089(1,n) = [1,3,12,60,...], 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.

A144890 Partition number array, called M31hat(5).

Original entry on oeis.org

1, 5, 1, 30, 5, 1, 210, 30, 25, 5, 1, 1680, 210, 150, 30, 25, 5, 1, 15120, 1680, 1050, 900, 210, 150, 125, 30, 25, 5, 1, 151200, 15120, 8400, 6300, 1680, 1050, 900, 750, 210, 150, 125, 30, 25, 5, 1, 1663200, 151200, 75600, 50400, 44100, 15120, 8400, 6300, 5250, 4500
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) =: M31hat(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,...].
Fourth member (K=5) in the family M31hat(K) of partition number arrays.
If M31hat(5;n,k) is summed over those k with fixed number of parts m one obtains the unsigned triangle S1hat(5):= A144891.

Examples

			[1];[5,1];[30,5,1];[210,30,25,5,1];[1680,210,150,30,25,5,1];...
a(4,3)= 25 = |S1(5;2,1)|^2. The relevant partition of 4 is (2^2).
		

Crossrefs

Cf. A144892 (row sums).
Cf. A144885 (M31hat(4) array). A144891 (S1hat(5)).

Formula

a(n,k) = product(|S1(5;j,1)|^e(n,k,j),j=1..n) with |S1(5;n,1)| = A049353(n,1) = A001720(n+3) = [1,5,30,210,1680,...] = (n+3)!/4!, 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-3 of 3 results.