[go: up one dir, main page]

login
A330994
Numerator of P(n)/Q(n) = A000041(n)/A000009(n).
6
1, 1, 2, 3, 5, 7, 11, 3, 11, 15, 21, 14, 77, 101, 135, 176, 231, 297, 385, 245, 627, 198, 1002, 1255, 1575, 979, 812, 1505, 1859, 4565, 1401, 3421, 2783, 1449, 6155, 4961, 17977, 21637, 26015, 31185, 1778, 2123, 26587, 63261, 75175, 44567, 17593, 8911, 49091
OFFSET
0,3
COMMENTS
An integer partition of n is a finite, nonincreasing sequence of positive integers (parts) summing to n. It is strict if the parts are all different. Integer partitions and strict integer partitions are counted by A000041 and A000009 respectively.
MATHEMATICA
Table[PartitionsP[n]/PartitionsQ[n], {n, 0, 100}]//Numerator
CROSSREFS
The denominators are A330995.
The rounded quotients are A330996.
The same for factorizations is A331023.
Sequence in context: A039710 A087173 A179335 * A097858 A084408 A257347
KEYWORD
nonn,frac
AUTHOR
Gus Wiseman, Jan 08 2020
STATUS
approved