A182808
Number of partitions of 3n+2 into parts >= 3.
Original entry on oeis.org
1, 3, 6, 13, 25, 49, 88, 158, 273, 468, 779, 1284, 2075, 3323, 5237, 8182, 12625, 19323, 29269, 44004, 65585, 97084, 142627, 208233, 302008, 435525, 624363, 890414, 1263105, 1783200, 2505329
Offset: 1
A182748
Triangle T(n,k) read by rows in which row n lists the first n terms of A002865, except the first term, in reverse order together with 0.
Original entry on oeis.org
0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 2, 1, 1, 0, 0, 2, 2, 1, 1, 0, 0, 4, 2, 2, 1, 1, 0, 0, 4, 4, 2, 2, 1, 1, 0, 0, 7, 4, 4, 2, 2, 1, 1, 0, 0, 8, 7, 4, 4, 2, 2, 1, 1, 0, 0, 12, 8, 7, 4, 4, 2, 2, 1, 1, 0, 0
Offset: 0
Triangle (0<=k<=n) begins:
0,
0, 0,
1, 0, 0,
1, 1, 0, 0,
2, 1, 1, 0, 0,
2, 2, 1, 1, 0, 0,
4, 2, 2, 1, 1, 0, 0,
4, 4, 2, 2, 1, 1, 0, 0,
7, 4, 4, 2, 2, 1, 1, 0, 0,
8, 7, 4, 4, 2, 2, 1, 1, 0, 0,
A182812
Triangle read by rows in which row n lists the parts of the largest subshell of all partitions of 2n that do not contain 1 as a part.
Original entry on oeis.org
2, 4, 2, 6, 3, 3, 2, 2, 8, 4, 4, 5, 3, 2, 2, 2, 2, 10, 5, 5, 6, 4, 7, 3, 4, 3, 3, 2, 2, 2, 2, 2, 2, 2, 12, 6, 6, 7, 5, 8, 4, 4, 4, 4, 9, 3, 5, 4, 3, 6, 3, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 14, 7, 7, 8, 6, 9, 5
Offset: 1
For n=1 the unique partition of 2n that does not contains 1 as part is 2, so row 1 has an element = 2.
For n=2 there are 2 partitions of 2n that do not contain 1 as part:
4 ............ or ....... 4 . . .
2 + 2 ........ or .......(2). 2 .
These partitions contain (2), the row n-1 of triangle, so
the parts of the largest subshell are 4, 2.
For n=3 there are 4 partitions of 2n that do not contain 1 as part:
6 ............ or ....... 6 . . . . .
3 + 3 ........ or ....... 3 . . 3 . .
4 + 2 ........ or .......(4). . . 2 .
2 + 2 + 2 .... or .......(2).(2). 2 .
These partitions contain (4) and (2),(2), the parts of rows < n of triangle, so the parts of the largest subshell are 6, 3, 3, 2, 2.
And so on.
Triangle begins:
2,
4, 2,
6, 3, 3, 2, 2,
8, 4, 4, 5, 3, 2, 2, 2, 2,
10, 5, 5, 6, 4, 7, 3, 4, 3, 3, 2, 2, 2, 2, 2, 2, 2,
Comments