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.

A303546 Number of non-isomorphic aperiodic multiset partitions of weight n.

This page as a plain text file.
%I A303546 #11 Jan 16 2023 14:37:42
%S A303546 1,3,9,29,90,285,909,2984,9935,34113,119368,428923,1574223,5915235,
%T A303546 22699730,89000042,356058539,1453069854,6044132793,25612564200,
%U A303546 110503626702,485161228675,2166488899641,9835209480533,45370059225227
%N A303546 Number of non-isomorphic aperiodic multiset partitions of weight n.
%C A303546 A multiset is aperiodic if its multiplicities are relatively prime. For this sequence neither the parts nor their multiset union are required to be aperiodic, only the multiset of parts.
%H A303546 Andrew Howroyd, <a href="/A303546/b303546.txt">Table of n, a(n) for n = 1..50</a>
%F A303546 a(n) = Sum_{d|n} mu(d) * A007716(n/d).
%e A303546 Non-isomorphic representatives of the a(3) = 9 aperiodic multiset partitions are:
%e A303546   {{1,1,1}}, {{1,2,2}}, {{1,2,3}},
%e A303546   {{1},{1,1}}, {{1},{2,2}}, {{1},{2,3}}, {{2},{1,2}},
%e A303546   {{1},{2},{2}}, {{1},{2},{3}}.
%Y A303546 Cf. A000740, A000837, A001055, A007716, A007916, A049311, A100953, A255906, A269134, A275024, A293993, A301700, A303386, A303431, A303547.
%K A303546 nonn
%O A303546 1,2
%A A303546 _Gus Wiseman_, Apr 26 2018