A183008 a(n) = 24*p(n) = 24*A000041(n).
24, 24, 48, 72, 120, 168, 264, 360, 528, 720, 1008, 1344, 1848, 2424, 3240, 4224, 5544, 7128, 9240, 11760, 15048, 19008, 24048, 30120, 37800, 46992, 58464, 72240, 89232, 109560, 134496, 164208, 200376, 243432, 295440, 357192, 431448, 519288, 624360, 748440
Offset: 0
Examples
The number of partitions of 6 is p(6) = A000041(6) = 11, so a(6) = 24*11 = 264.
Programs
-
Mathematica
24 PartitionsP[Range[0,40]] (* Harvey P. Dale, Sep 17 2024 *)
Comments