A090452 Scaled array A078740 ((3,2)-Stirling2).
1, 1, 3, 2, 1, 7, 16, 15, 5, 1, 12, 51, 105, 114, 63, 14, 1, 18, 118, 396, 771, 910, 644, 252, 42, 1, 25, 230, 1110, 3235, 6083, 7580, 6240, 3270, 990, 132, 1, 33, 402, 2600, 10365, 27483, 50464, 65331, 59625, 37620, 15642, 3861, 429, 1, 42, 651, 5390, 27825, 97188
Offset: 1
Examples
Triangle begins: [1]; [1,3,2]; [1,7,16,15,5]; [1,12,51,105,114,63,14]; ...
Links
- Michael De Vlieger, Table of n, a(n) for n = 1..10000 (rows 1 <= n <= 100, flattened.)
- Paul Barry, Generalized Catalan Numbers Associated with a Family of Pascal-like Triangles, J. Int. Seq., Vol. 22 (2019), Article 19.5.8.
- Wolfdieter Lang, First 8 rows.
Crossrefs
Programs
-
Mathematica
Table[(-1)^m*m!*HypergeometricPFQ[{2 - m, n + 1, n + 2}, {2, 3}, 1]/(2 (m - 2)!), {n, 8}, {m, 2, 2 n}] // Flatten (* Michael De Vlieger, Nov 21 2019, after Jean-François Alcover at A078740. *)
Comments