A182289 Triangle read by rows. Let p be one of the parts of size A135010(n,k) in one of the partitions of n and S(n,k) = sum of all preceding parts to p in the mentioned partition of n. So T(n,k) = 2*S(n,k) + A135010(n,k).
1, 3, 2, 5, 5, 3, 7, 7, 7, 6, 2, 4, 9, 9, 9, 9, 9, 8, 3, 5, 11, 11, 11, 11, 11, 11, 11, 10, 6, 2, 10, 4, 9, 3, 6, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 12, 8, 3, 12, 5, 11, 4, 7, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 14, 10, 6
Offset: 1
Examples
Written as an irregular triangle the sequence begins: 1; 3,2; 5,5,3; 7,7,7,6,2,4; 9,9,9,9,9,8,3,5; 11,11,11,11,11,11,11,10,6,2,10,4,9,3,6; 13,13,13,13,13,13,13,13,13,13,13,12,8,3,12,5,11,4,7; 15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,14,10,6,2,14,10,4,14,9,3,14,6,13,5,10,4,8;
Comments