cp's OEIS Frontend

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.

A023029 Number of partitions of n into 9 unordered relatively prime parts.

This page as a plain text file.
%I A023029 #11 Aug 31 2019 12:51:30
%S A023029 1,1,2,3,5,7,11,15,22,29,41,53,73,92,123,154,201,247,317,386,488,586,
%T A023029 732,872,1074,1269,1549,1812,2194,2551,3055,3535,4206,4824,5708,6521,
%U A023029 7645,8701,10156,11476,13338,15022,17332,19468,22380,24984,28627,31885,36306
%N A023029 Number of partitions of n into 9 unordered relatively prime parts.
%F A023029 G.f.: Sum_{k>=1} mu(k)*x^(9*k) / Product_{j=1..9} (1 - x^(j*k)). - _Ilya Gutkovskiy_, Aug 31 2019
%Y A023029 Column 9 of A282750.
%K A023029 nonn
%O A023029 9,3
%A A023029 _David W. Wilson_