This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A341912 #8 Feb 28 2021 08:51:51 %S A341912 1,1,2,3,5,7,10,13,18,23,30,37,47,57,70,83,101,118,141,162,192,218, %T A341912 255,286,333,370,427,470,540,590,673,730,831,894,1014,1085,1224,1305, %U A341912 1469,1552,1747,1841,2057,2163,2418,2520,2818,2933,3256,3388,3765,3879,4319,4452,4914,5068 %N A341912 Number of partitions of n into 5 distinct and relatively prime parts. %F A341912 G.f.: Sum_{k>=1} mu(k)* x^(15*k) / Product_{j=1..5} (1 - x^(j*k)). %F A341912 a(n) <= A001401(n-15). - _R. J. Mathar_, Feb 28 2021 %t A341912 nmax = 70; CoefficientList[Series[Sum[MoebiusMu[k] x^(15 k)/Product[1 - x^(j k), {j, 1, 5}], {k, 1, nmax}], {x, 0, nmax}], x] // Drop[#, 15] & %Y A341912 Cf. A000743, A023022, A023025, A078374, A101271, A339672, A340719, A341868, A341870, A341913, A341914. %K A341912 nonn %O A341912 15,3 %A A341912 _Ilya Gutkovskiy_, Feb 23 2021