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”).

Floor(A000041(n)/n).
0

%I #6 Jun 05 2023 13:54:22

%S 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,

%T 132,157,186,220,260,307,362,425,499,584,684,799,933,1087,1266,1471,

%U 1708,1980,2294,2654,3068,3541,4084,4704,5415

%N Floor(A000041(n)/n).

%t Table[Floor[PartitionsP[n]/n],{n,70}] (* _Harvey P. Dale_, Jun 05 2023 *)

%Y Cf. A000041, A086736 (partial sums).

%K nonn

%O 1,7

%A _Jon Perry_, Jul 29 2003