login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 28 04:13 EDT 2024. Contains 371235 sequences. (Running on oeis4.)