A325357 Number of integer partitions of n whose augmented differences are strictly increasing.
1, 1, 1, 1, 2, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 3, 5, 5, 4, 5, 6, 5, 7, 7, 7, 7, 9, 7, 10, 10, 8, 11, 13, 10, 13, 14, 12, 14, 17, 13, 17, 19, 17, 18, 22, 19, 22, 24, 21, 24, 28, 24, 29, 30, 28, 31, 35, 30, 35, 40, 36
Offset: 0
Keywords
Examples
The a(28) = 10 partitions: (28) (18,10) (17,11) (16,12) (15,13) (14,14) (12,10,6) (11,10,7) (10,10,8) (8,8,7,5) For example, the augmented differences of (8,8,7,5) are (1,2,3,5), which are strictly increasing.
Links
- Fausto A. C. Cariboni, Table of n, a(n) for n = 0..2000
Programs
-
Mathematica
aug[y_]:=Table[If[i
Comments