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!)
A309458 Number of squarefree parts in the partitions of n into 6 parts. 1
0, 0, 0, 0, 0, 0, 6, 6, 12, 17, 29, 40, 62, 77, 109, 139, 186, 229, 299, 361, 454, 547, 672, 797, 967, 1132, 1352, 1574, 1850, 2131, 2486, 2841, 3276, 3723, 4256, 4805, 5461, 6125, 6910, 7721, 8655, 9621, 10739, 11883, 13193, 14550, 16083, 17669, 19460 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
FORMULA
a(n) = Sum_{m=1..floor(n/6)} Sum_{l=m..floor((n-m)/5)} Sum_{k=l..floor((n-l-m)/4)} Sum_{j=k..floor((n-k-l-m)/3)} Sum_(i=j..floor((n-j-k-l-m)/2)} (mu(i)^2 + mu(j)^2 + mu(k)^2 + mu(l)^2 + mu(m)^2 + mu(n-i-j-k-l-m)^2), where mu is the Möbius function (A008683).
MATHEMATICA
Table[Sum[Sum[Sum[Sum[Sum[MoebiusMu[i]^2 + MoebiusMu[j]^2 + MoebiusMu[k]^2 + MoebiusMu[l]^2 + MoebiusMu[m]^2 + MoebiusMu[n - i - j - k - l - m]^2, {i, j, Floor[(n - j - k - l - m)/2]}], {j, k, Floor[(n - k - l - m)/3]}], {k, l, Floor[(n - l - m)/4]}], {l, m, Floor[(n - m)/5]}], {m, Floor[n/6]}], {n, 0, 50}]
CROSSREFS
Cf. A008683.
Sequence in context: A122223 A046625 A315787 * A029682 A014201 A315788
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, Aug 03 2019
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 29 00:29 EDT 2024. Contains 372921 sequences. (Running on oeis4.)