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 A319916 #12 Oct 22 2018 17:42:23 %S A319916 0,1,1,1,2,1,3,1,7,5,5,1,18,1,7,9,35,1,30,1,34,13,11,1,88,17,13,36,50, %T A319916 1,74,1,127,21,17,25,193,1,19,25,162,1,108,1,82,96,23,1,379,37,100,33, %U A319916 98,1,229,41,236,37,29,1,433,1,31,140,485,49 %N A319916 Number of integer partitions of any number from 1 to n whose product of parts is n. %e A319916 The sequence of integer partitions begins: %e A319916 (1) (2) (3) (4) (5) (6) (7) (8) (9) %e A319916 (22) (32) (42) (33) %e A319916 (321) (222) (331) %e A319916 (421) (3311) %e A319916 (2221) (33111) %e A319916 (4211) %e A319916 (22211) %t A319916 Table[Length[Select[Array[IntegerPartitions,n,1,Join],Times@@#==n&]],{n,30}] %Y A319916 Row sums of A319000. %Y A319916 Cf. A001055, A002865, A069016, A096276, A301987, A318950, A319005, A319057. %K A319916 nonn %O A319916 0,5 %A A319916 _Gus Wiseman_, Oct 22 2018