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.

A316894 Number of aperiodic integer partitions of n whose reciprocal sum is the reciprocal of an integer.

This page as a plain text file.
%I A316894 #8 Jul 16 2018 21:47:23
%S A316894 1,1,1,1,1,1,1,1,2,2,2,1,1,1,1,2,2,2,1,4,1,5,1,2,3,2,4,5,5,5,4,3,5,4,
%T A316894 8,6,9,7,5,6,10,6,12,8,7,7,6,6,12,12,8,18,13,16,19,17,18,21,26,26,28,
%U A316894 29,21,29,29,27,38,32,26,37,32,38,39,49,36,61,46,55
%N A316894 Number of aperiodic integer partitions of n whose reciprocal sum is the reciprocal of an integer.
%C A316894 The reciprocal sum of (y_1, ..., y_k) is 1/y_1 + ... + 1/y_k.
%C A316894 A partition is aperiodic if its multiplicities are relatively prime.
%H A316894 Gus Wiseman, <a href="/A051908/a051908.txt">Sequences counting and ranking integer partitions by their reciprocal sums</a>
%t A316894 Table[Length[Select[IntegerPartitions[n],And[GCD@@Length/@Split[#]==1,IntegerQ[1/Sum[1/m,{m,#}]]]&]],{n,30}]
%Y A316894 Cf. A000837, A002966, A051908, A058360, A100953, A316854, A316857, A316888-A316904.
%K A316894 nonn
%O A316894 1,9
%A A316894 _Gus Wiseman_, Jul 16 2018
%E A316894 a(51)-a(78) from _Giovanni Resta_, Jul 16 2018