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 A023026 #11 Aug 31 2019 10:29:00 %S A023026 1,1,2,3,5,7,10,14,19,26,33,44,54,71,85,109,129,163,186,235,268,328, %T A023026 371,454,500,612,674,804,887,1056,1138,1360,1469,1715,1853,2172,2302, %U A023026 2702,2873,3302,3529,4070,4262,4934,5187,5898,6228,7104,7374,8435,8799,9904 %N A023026 Number of partitions of n into 6 unordered relatively prime parts. %F A023026 G.f.: Sum_{k>=1} mu(k)*x^(6*k) / Product_{j=1..6} (1 - x^(j*k)). - _Ilya Gutkovskiy_, Aug 31 2019 %Y A023026 Column 6 of A282750. %K A023026 nonn %O A023026 6,3 %A A023026 _David W. Wilson_