login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A086740
Floor(A000041(n)/n).
0
1, 1, 1, 1, 1, 1, 2, 2, 3, 4, 5, 6, 7, 9, 11, 14, 17, 21, 25, 31, 37, 45, 54, 65, 78, 93, 111, 132, 157, 186, 220, 260, 307, 362, 425, 499, 584, 684, 799, 933, 1087, 1266, 1471, 1708, 1980, 2294, 2654, 3068, 3541, 4084, 4704, 5415
OFFSET
1,7
MATHEMATICA
Table[Floor[PartitionsP[n]/n], {n, 70}] (* Harvey P. Dale, Jun 05 2023 *)
CROSSREFS
Cf. A000041, A086736 (partial sums).
Sequence in context: A067014 A096791 A199122 * A120161 A100665 A114095
KEYWORD
nonn
AUTHOR
Jon Perry, Jul 29 2003
STATUS
approved