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.

A305713 Number of strict integer partitions of n into pairwise coprime parts.

This page as a plain text file.
%I A305713 #21 Dec 23 2020 04:53:33
%S A305713 1,0,1,1,2,2,3,4,4,5,7,8,9,10,9,12,16,18,20,21,20,23,31,36,36,37,39,
%T A305713 44,54,64,68,65,63,74,85,99,112,106,105,121,144,164,173,166,161,178,
%U A305713 221,252,254,254,254,272,327,372,375,368,376,405,475,552,568,536
%N A305713 Number of strict integer partitions of n into pairwise coprime parts.
%H A305713 Fausto A. C. Cariboni, <a href="/A305713/b305713.txt">Table of n, a(n) for n = 1..700</a>
%e A305713 The a(13) = 9 strict partitions are (7,6), (8,5), (9,4), (10,3), (11,2), (12,1), (7,5,1), (5,4,3,1), (7,3,2,1).
%t A305713 Table[Length[Select[IntegerPartitions[n],UnsameQ@@#&&CoprimeQ@@#&]],{n,30}]
%Y A305713 Cf. A000009, A051424, A078374, A302569, A302696, A302797, A303282, A303283, A318717, A318719.
%K A305713 nonn
%O A305713 1,5
%A A305713 _Gus Wiseman_, Sep 01 2018