A327482 Irregular triangle read by rows where T(n,k) is the number of integer partitions of n with mean d = A027750(n, k).
1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 3, 3, 1, 1, 1, 1, 5, 4, 1, 1, 7, 1, 1, 7, 5, 1, 1, 1, 1, 11, 15, 12, 6, 1, 1, 1, 1, 15, 7, 1, 1, 30, 19, 1, 1, 22, 34, 8, 1, 1, 1, 1, 30, 58, 27, 9, 1, 1, 1, 1, 42, 84, 64, 10, 1, 1, 105, 37, 1, 1, 56, 11, 1
Offset: 1
Examples
Triangle begins: 1 1 1 1 1 1 2 1 1 1 1 3 3 1 1 1 1 5 4 1 1 7 1 1 7 5 1 1 1 1 11 15 12 6 1 1 1 1 15 7 1 1 30 19 1 1 22 34 8 1
Crossrefs
Programs
-
Mathematica
Table[Length[Select[IntegerPartitions[n],Mean[#]==d&]],{n,20},{d,Divisors[n]}]
Extensions
Name edited by Peter Munn, Mar 05 2025
Comments