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!)
A339398 Number of partitions of n into an odd number of relatively prime parts. 1
1, 0, 1, 1, 3, 3, 7, 8, 14, 16, 28, 31, 51, 58, 85, 103, 150, 171, 247, 289, 391, 468, 631, 737, 981, 1160, 1496, 1784, 2290, 2684, 3430, 4050, 5054, 5991, 7445, 8750, 10835, 12741, 15560, 18328, 22315, 26100, 31658, 37058, 44497, 52111, 62415, 72708, 86801, 101063 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
Moebius transform of A027193.
LINKS
FORMULA
a(n) = Sum_{d|n} mu(n/d) * A027193(d).
EXAMPLE
a(6) = 3 because we have [4, 1, 1], [3, 2, 1] and [2, 1, 1, 1, 1].
MATHEMATICA
Table[Sum[MoebiusMu[n/d] Length@Select[IntegerPartitions[d], OddQ[Length@#] &], {d, Divisors[n]}], {n, 1, 50}]
CROSSREFS
Sequence in context: A161416 A241637 A241641 * A241414 A218568 A218569
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Dec 02 2020
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 May 17 01:45 EDT 2024. Contains 372572 sequences. (Running on oeis4.)