The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A303552 Number of periodic multisets of compositions of total weight n. 3
0, 1, 1, 3, 1, 9, 1, 18, 7, 44, 1, 119, 1, 246, 48, 585, 1, 1470, 1, 3248, 250, 7535, 1, 18114, 42, 40593, 1373, 93726, 1, 218665, 1, 493735, 7539, 1127981, 285, 2587962, 1, 5841445, 40597, 13244166, 1, 30047413, 1, 67604050, 216745, 152258273, 1, 342747130 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
A multiset is periodic if its multiplicities have a common divisor greater than 1.
LINKS
EXAMPLE
The a(6) = 9 periodic multisets of compositions are:
{1,1,1,1,1,1},
{1,1,2,2}, {1,1,11,11},
{2,2,2}, {11,11,11},
{3,3}, {21,21}, {12,12}, {111,111}.
MATHEMATICA
nn=60;
ser=Product[1/(1-x^n)^2^(n-1), {n, nn}]
Table[SeriesCoefficient[ser, {x, 0, n}]-Sum[MoebiusMu[d]*SeriesCoefficient[ser, {x, 0, n/d}], {d, Divisors[n]}], {n, 1, nn}]
CROSSREFS
Sequence in context: A200006 A070894 A090261 * A130599 A157674 A360752
KEYWORD
nonn
AUTHOR
Gus Wiseman, Apr 26 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 7 12:16 EDT 2024. Contains 373173 sequences. (Running on oeis4.)