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!)
A308768 Sum of the smallest parts of the partitions of n into 4 squarefree parts. 4
0, 0, 0, 0, 1, 1, 2, 2, 5, 5, 7, 8, 12, 11, 16, 16, 23, 23, 30, 32, 44, 43, 56, 57, 72, 72, 90, 87, 114, 112, 135, 137, 169, 164, 197, 196, 233, 238, 282, 276, 337, 332, 381, 378, 454, 447, 525, 523, 606, 609, 698, 678, 800, 799, 907, 895, 1050, 1022, 1157 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
FORMULA
a(n) = Sum_{k=1..floor(n/4)} Sum_{j=k..floor((n-k)/3)} Sum_{i=j..floor((n-j-k)/2)} mu(k)^2 * mu(j)^2 * mu(i)^2 * mu(n-i-j-k)^2 * k, where mu is the Möbius function (A008683).
a(n) = A308783(n) - A308762(n) - A308769(n) - A308770(n).
MATHEMATICA
Table[Sum[Sum[Sum[k * MoebiusMu[k]^2*MoebiusMu[j]^2*MoebiusMu[i]^2* MoebiusMu[n - i - j - k]^2, {i, j, Floor[(n - j - k)/2]}], {j, k, Floor[(n - k)/3]}], {k, Floor[n/4]}], {n, 0, 100}]
CROSSREFS
Sequence in context: A168391 A157123 A265764 * A213032 A307984 A370585
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, Jun 23 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 March 28 14:38 EDT 2024. Contains 371254 sequences. (Running on oeis4.)