[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Revision History for A308911 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Sum of the largest parts in the partitions of n into 6 squarefree parts.
(history; published version)
#7 by Susanna Cuyler at Sat Jun 29 23:03:25 EDT 2019
STATUS

proposed

approved

#6 by Wesley Ivan Hurt at Sat Jun 29 18:51:44 EDT 2019
STATUS

editing

proposed

#5 by Wesley Ivan Hurt at Sat Jun 29 18:46:51 EDT 2019
#4 by Wesley Ivan Hurt at Sat Jun 29 18:43:10 EDT 2019
FORMULA

a(n) = A308903(n) - A308906(n) - A308907(n) - A308908(n) - A308909(n) - A308910(n).

#3 by Wesley Ivan Hurt at Sat Jun 29 18:23:20 EDT 2019
NAME

allocated for Wesley Ivan HurtSum of the largest parts in the partitions of n into 6 squarefree parts.

DATA

0, 0, 0, 0, 0, 0, 1, 2, 5, 5, 13, 19, 34, 38, 55, 74, 110, 125, 173, 206, 292, 333, 433, 493, 662, 729, 929, 1034, 1323, 1441, 1770, 1955, 2403, 2598, 3096, 3376, 4066, 4360, 5121, 5566, 6584, 7064, 8183, 8832, 10326, 11021, 12626, 13592, 15701, 16743, 18957

OFFSET

0,8

LINKS

<a href="/index/Par#part">Index entries for sequences related to partitions</a>

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(m)^2 * mu(l)^2 * mu(k)^2 * mu(j)^2 * mu(i)^2 * mu(n-i-k-j-l-m)^2 * (n-i-j-k-l-m), where mu is the Möbius function (A008683).

MATHEMATICA

Table[Sum[Sum[Sum[Sum[Sum[(n - i - j - k - l - m)*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
KEYWORD

allocated

nonn

AUTHOR

Wesley Ivan Hurt, Jun 29 2019

STATUS

approved

editing

#2 by Wesley Ivan Hurt at Sat Jun 29 18:23:20 EDT 2019
NAME

allocated for Wesley Ivan Hurt

KEYWORD

recycled

allocated

#1 by Russ Cox at Sun Jan 27 08:30:53 EST 2019
KEYWORD

recycled

STATUS

approved