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.

A303139 Number of integer partitions of n with at least two but not all parts having a common divisor greater than 1.

This page as a plain text file.
%I A303139 #5 Apr 21 2018 20:57:54
%S A303139 0,0,0,0,1,1,5,6,13,17,33,37,68,82,125,159,237,278,409,491,674,830,
%T A303139 1121,1329,1781,2144,2770,3345,4299,5086,6507,7752,9687,11571,14378,
%U A303139 16985,21039,24876,30379,35924,43734,51320,62238,73068,87747,103021,123347,143955
%N A303139 Number of integer partitions of n with at least two but not all parts having a common divisor greater than 1.
%e A303139 The a(7) = 5 partitions are (421), (331), (322), (2221), (22111).
%t A303139 Table[Select[IntegerPartitions[n],!CoprimeQ@@#&&GCD@@#===1&]//Length,{n,30}]
%Y A303139 Cf. A000837, A018783, A051424, A078374, A168532, A289508, A289509, A298748, A300486, A302569, A302696, A302796, A303138, A303140.
%K A303139 nonn
%O A303139 1,7
%A A303139 _Gus Wiseman_, Apr 19 2018