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!)
A281573 Expansion of Sum_{i>=1} mu(i)^2*x^i/(1 - x^i) / Product_{j>=1} (1 - x^j), where mu() is the Moebius function (A008683). 2
1, 3, 6, 11, 19, 33, 51, 79, 118, 176, 252, 362, 505, 705, 965, 1314, 1765, 2365, 3127, 4124, 5387, 7012, 9052, 11653, 14893, 18982, 24048, 30378, 38176, 47857, 59704, 74302, 92099, 113879, 140300, 172463, 211297, 258325, 314887, 383037, 464684, 562653, 679566, 819269, 985449, 1183242, 1417738, 1695886 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Total number of squarefree parts in all partitions of n.
Convolution of A000041 and A034444.
LINKS
FORMULA
G.f.: Sum_{i>=1} mu(i)^2*x^i/(1 - x^i) / Product_{j>=1} (1 - x^j).
EXAMPLE
a(5) = 19 because we have [5], [4, 1], [3, 2], [3, 1, 1], [2, 2, 1], [2, 1, 1, 1], [1, 1, 1, 1, 1] and 1 + 1 + 2 + 3 + 3 + 4 + 5 = 19.
MATHEMATICA
nmax = 48; Rest[CoefficientList[Series[Sum[MoebiusMu[i]^2 x^i/(1 - x^i), {i, 1, nmax}]/Product[1 - x^j, {j, 1, nmax}], {x, 0, nmax}], x]]
CROSSREFS
Sequence in context: A001911 A020957 A179006 * A262987 A191696 A252479
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jan 24 2017
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 13 17:28 EDT 2024. Contains 372522 sequences. (Running on oeis4.)