login
A272340
First differences of 1/p(n), reciprocal of the number p(n) of unrestricted partitions of n (denominator).
2
1, 2, 6, 15, 35, 77, 165, 330, 165, 105, 168, 616, 7777, 13635, 23760, 3696, 2079, 10395, 5390, 307230, 15048, 132264, 1257510, 395325, 3083850, 2384844, 523740, 2797795, 140270, 25582260, 19171284, 5193078, 1227303, 124860330, 183209730, 267551691, 388968349, 51171505, 14750505
OFFSET
0,2
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 5.1 Abelian group enumeration constants, p. 274.
LINKS
FORMULA
A272339(n) / a(n) = 1/p(n+1) - 1/p(n).
MATHEMATICA
Table[1/PartitionsP[n], {n, 0, 60}] // Differences // Denominator
PROG
(PARI) a(n) = denominator(1/numbpart(n+1) - 1/numbpart(n)); \\ Michel Marcus, Nov 03 2020
CROSSREFS
Cf. A000041, A272339 (numerators).
Sequence in context: A014303 A076060 A126764 * A090982 A153517 A136302
KEYWORD
nonn,frac
AUTHOR
STATUS
approved