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!)
A309481 Sum of the squarefree parts of the partitions of n into 6 parts. 8
0, 0, 0, 0, 0, 0, 6, 7, 16, 23, 46, 69, 116, 150, 227, 309, 442, 565, 787, 998, 1326, 1665, 2153, 2655, 3386, 4103, 5122, 6184, 7563, 8995, 10888, 12853, 15323, 17931, 21167, 24584, 28796, 33153, 38484, 44133, 50813, 57870, 66293, 75125, 85487, 96437, 109177 (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)} (i * mu(i)^2 + j * mu(j)^2 + k * mu(k)^2 + l * mu(l)^2 + m * mu(m)^2 + (n-i-j-k-l-m) * mu(n-i-j-k-l-m)^2), where mu is the Möbius function (A008683).
MATHEMATICA
Table[Sum[Sum[Sum[Sum[Sum[i * MoebiusMu[i]^2 + j * MoebiusMu[j]^2 + k * MoebiusMu[k]^2 + l * MoebiusMu[l]^2 + m * MoebiusMu[m]^2 + (n - i - j - k - l - m) * 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
Sequence in context: A308903 A315845 A322638 * A308867 A315846 A062850
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, Aug 04 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 July 1 13:20 EDT 2024. Contains 373917 sequences. (Running on oeis4.)