A089504
A generalization of triangle A071951 (Legendre-Stirling).
Original entry on oeis.org
1, 6, 1, 36, 30, 1, 216, 756, 90, 1, 1296, 18360, 6156, 210, 1, 7776, 441936, 387720, 31356, 420, 1, 46656, 10614240, 23705136, 4150440, 119556, 756, 1, 279936, 254788416, 1432922400, 521757936, 29257200, 373572, 1260, 1, 1679616
Offset: 1
[1]; [6,1]; [36,30,1]; [216,756,90,1]; ...
a(3,2) = 30 = ((-1)*(3*2*1)^1 + 4*(4*3*2)^1)/3.
- R. B. Corcino, K. J. M. Gonzales, M. J. C. Loquias and E. L. Tan, Dually weighted Stirling-type sequences, arXiv preprint arXiv:1302.4694 [math.CO], 2013.
- R. B. Corcino, K. J. M. Gonzales, M. J. C. Loquias and E. L. Tan, Dually weighted Stirling-type sequences, Europ. J. Combin., 43, 2015, 55-67.
- W. Lang, First 8 rows.
Cf.
A071951 (Legendre-Stirling, (2, 2) case).
-
max = 10; f[m_] := 1/Product[1 - FactorialPower[r + 2, 3]*x, {r, 1, m}]; col[m_] := CoefficientList[f[m] + O[x]^(max - m + 1), x]; a[n_, m_] := col[m][[n - m + 1]]; Table[a[n, m], {n, 1, max}, {m, 1, n}] // Flatten (* Jean-François Alcover, Sep 01 2016 *)
A089505
Triangle of signed numbers used for the computation of the column sequences of triangle A089504.
Original entry on oeis.org
1, -1, 4, 1, -24, 50, -1, 114, -950, 1350, 31, -15504, 400520, -1897200, 2052855, -9269, 19612560, -1431859000, 17333030000, -56265334125, 49236404224, 342953, -3011508588, 594221485000, -16634292228125, 123422029355625, -302409994743808, 222337901418633, -9945637
Offset: 1
[1]; [ -1,4]; [1,-24,50]; [ -1,114,-950,1350]; ...
a(3,2)= -24 = 27*(-1)*((4*3*2)^2)/((4*3*2-3*2*1)*(5*4*3-4*3*2)).
A089504(2+3,3) = A089513(2) = 6156 = (1*(3*2*1)^2 - 24*(4*3*2)^2 + 50*(5*4*3)^2)/27.
Companion denominator sequence is
A089506.
-
b[n_, m_] := (-1)^(n - m)*FactorialPower[m + 2, 3]^(n - 1)/(Product[ FactorialPower[m + 2, 3] - FactorialPower[r + 2, 3], {r, 1, m - 1}] * Product[ FactorialPower[r + 2, 3] - FactorialPower[m + 2, 3], {r, m + 1, n}]); den[n_] := LCM @@ Table[ Denominator[b[n, m]], {m, 1, n}]; a[n_, m_] := den[n]*b[n, m]; Table[a[n, m], {n, 1, 10}, {m, 1, n}] // Flatten (* Jean-François Alcover, Sep 02 2016 *)
A089507
Second column of triangle A089504 and second column of array A078741 divided by 18.
Original entry on oeis.org
1, 30, 756, 18360, 441936, 10614240, 254788416, 6115201920, 146766525696, 3522406694400, 84537821131776, 2028908069959680, 48693795855814656, 1168651113600245760, 28047626804770062336, 673143043784666480640
Offset: 0
-
[6^n*(4^(n+1)-1)/3: n in [0..15]]; // Vincenzo Librandi, Oct 18 2017
-
CoefficientList[Series[1/((1-6x)(1-24x)),{x,0,20}],x] (* or *) LinearRecurrence[{30,-144},{1,30},20] (* Harvey P. Dale, Sep 25 2017 *)
Original entry on oeis.org
1, 210, 31356, 4150440, 521757936, 64043874720, 7771495098816, 937759335004800, 112842062355914496, 13559707534436743680, 1628284591773850622976, 195461334300256627599360
Offset: 0
-
CoefficientList[Series[1/((1-6x)(1-24x)(1-60x)(1-120x)),{x,0,20}],x] (* or *) LinearRecurrence[ {210,-12744,241920,-1036800},{1,210,31356,4150440},20] (* Harvey P. Dale, Mar 17 2023 *)
A089518
Third column (k=5) of array A078741 ((3,3)-Stirling2) divided by 9.
Original entry on oeis.org
1, 138, 10476, 683208, 42315696, 2570768928, 155010407616, 9318969502848, 559578466388736, 33585275183251968, 2015370124337581056, 120928294183739148288, 7255843732407562776576, 435354129897768445943808
Offset: 0
- P. Blasiak, K. A. Penson and A. I. Solomon, The general boson normal ordering problem, Phys. Lett. A 309 (2003) 198-205.
Showing 1-5 of 5 results.
Comments