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.

A145373 Lower triangular array, called S1hat(-5), related to partition number array A145372.

Original entry on oeis.org

1, 5, 1, 20, 5, 1, 60, 45, 5, 1, 120, 160, 45, 5, 1, 120, 820, 285, 45, 5, 1, 0, 1920, 1320, 285, 45, 5, 1, 0, 6600, 5420, 1945, 285, 45, 5, 1, 0, 9600, 23600, 7920, 1945, 285, 45, 5, 1, 0, 21600, 66600, 41100, 11045, 1945, 285, 45, 5, 1, 0, 14400, 189600, 151600, 53600, 11045
Offset: 1

Views

Author

Wolfdieter Lang, Oct 17 2008

Keywords

Comments

If in the partition array M31hat(-5):=A145372 entries belonging to partitions with the same parts number m are summed one obtains this triangle of numbers S1hat(-5). In the same way the signless Stirling1 triangle |A008275| is obtained from the partition array M_2 = A036039.
The first column is [1,5,20,60,120,120,0,0,0,...]= A008279(5,n-1), n>=1.

Examples

			Triangle begins:
  [1];
  [5,1];
  [20,5,1];
  [60,45,5,1];
  [120,160,45,5,1];
  ...
		

Crossrefs

Cf. A145374 (row sums).

Formula

a(n,m) = sum(product(S1(-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. S1(-5,n,1)= A008279(5,n-1) = [1,5,20,60,120,120,0,0,0,...], n>=1.

A145374 Row sums of triangle A145373 (S1hat(-5)) and partition array A145372 (M31hat(-5)).

Original entry on oeis.org

1, 6, 26, 111, 331, 1276, 3576, 14301, 43401, 142626, 422526, 1501051, 4244551, 13621176, 41578676, 130893801, 378009301, 1188872926, 3428610426, 10769968551, 31120656051, 92887286676, 269920084176, 830429397301, 2353647784801
Offset: 0

Views

Author

Wolfdieter Lang, Oct 17 2008, Nov 13 2008

Keywords

Crossrefs

Cf. A145372, A145373, A145371 (row sums of triangle A145370 (S1hat(-4))).

Formula

a(n) = Sum_{m=1..n} A145373(n,m), n>=1.

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