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!)
A308928 Sum of the sixth largest parts in the partitions of n into 7 parts. 7

%I #6 Jul 02 2019 11:19:58

%S 0,0,0,0,0,0,0,1,1,2,3,5,7,12,17,24,33,46,61,84,109,144,184,237,298,

%T 379,470,585,719,882,1069,1300,1560,1873,2230,2653,3129,3694,4326,

%U 5063,5892,6848,7917,9147,10513,12071,13804,15765,17935,20389,23088,26118

%N Sum of the sixth largest parts in the partitions of n into 7 parts.

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

%F a(n) = Sum_{o=1..floor(n/7)} Sum_{m=o..floor((n-o)/6)} Sum_{l=m..floor((n-m-o)/5)} Sum_{k=l..floor((n-l-m-o)/4)} Sum_{j=k..floor((n-k-l-m-o)/3} Sum_{i=j..floor((n-j-k-l-m-o)/2)} m.

%F a(n) = A308926(n) - A308927(n) - A308929(n) - A308930(n) - A308931(n) - A308932(n) - A308933(n).

%t Table[Sum[Sum[Sum[Sum[Sum[Sum[m, {i, j, Floor[(n - j - k - l - m - o)/2]}], {j, k, Floor[(n - k - l - m - o)/3]}], {k, l, Floor[(n - l - m - o)/4]}], {l, m, Floor[(n - m - o)/5]}], {m, o, Floor[(n - o)/6]}], {o, Floor[n/7]}], {n, 0, 50}]

%Y Cf. A026813, A308926, A308927, A308929, A308930, A308931, A308932, A308933.

%K nonn

%O 0,10

%A _Wesley Ivan Hurt_, Jun 30 2019

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 27 16:15 EDT 2024. Contains 374650 sequences. (Running on oeis4.)