A108711 Number of partitions of n with floor(2n/3) parts.
0, 1, 1, 2, 2, 2, 3, 3, 3, 5, 5, 5, 7, 7, 7, 11, 11, 11, 15, 15, 15, 22, 22, 22, 30, 30, 30, 42, 42, 42, 56, 56, 56, 77, 77, 77, 101, 101, 101, 135, 135, 135, 176, 176, 176, 231, 231, 231, 297, 297, 297, 385, 385, 385, 490, 490, 490, 627, 627, 627, 792, 792, 792, 1002
Offset: 1
Keywords
Examples
The partitions of 6 are {{6},{5,1},{4,2},{4,1,1},{3,3},{3,2,1},{3,1,1,1},{2,2,2},{2,2,1,1},{2,1,1,1,1},{1,1,1,1,1,1}}, of which 2 have 4 parts. Thus a(6)=2.
Crossrefs
Cf. A066639.
Extensions
Sequence extended by R. J. Mathar, Jul 31 2010
Comments