A248374 The integer partition a(n) (compare A194602) has only the non-one addends n+1 and 2.
3, 5, 8, 12, 18, 25, 36, 49, 67, 90, 121, 158, 209, 271, 351, 450, 577, 731, 928, 1166, 1464, 1827, 2277, 2818, 3487, 4291, 5272, 6450, 7880
Offset: 1
Keywords
Examples
a(7) = 36. The integer partition 36 is 8+2, as seen in the linked table (and PHP array).
Links
- Tilman Piesk, Table for A194602 (and the corresponding PHP array)
Comments