The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A340719 Number of partitions of n into 8 distinct and relatively prime parts. 6

%I #28 Feb 23 2021 18:02:35

%S 1,1,2,3,5,7,11,15,22,29,40,52,70,89,116,146,186,230,288,352,434,525,

%T 638,764,919,1090,1297,1527,1801,2104,2462,2857,3319,3828,4417,5066,

%U 5811,6630,7563,8588,9747,11018,12447,14012,15760,17674,19798,22122,24688,27493,30573,33940,37616

%N Number of partitions of n into 8 distinct and relatively prime parts.

%F G.f.: Sum_{k>=1} mu(k)* x^(36*k) / Product_{j=1..8} (1 - x^(j*k)).

%t nmax = 88; CoefficientList[Series[Sum[MoebiusMu[k] x^(36 k)/Product[1 - x^(j k), {j, 1, 8}], {k, 1, nmax}], {x, 0, nmax}], x] // Drop[#, 36] &

%Y Cf. A023022, A023028, A023033, A078374, A101271, A339672, A341868, A341870, A341912, A341913, A341914.

%K nonn

%O 36,3

%A _Ilya Gutkovskiy_, Feb 23 2021

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 May 20 05:07 EDT 2024. Contains 372703 sequences. (Running on oeis4.)