cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A326590 Sum of the ninth largest parts of the partitions of n into 10 parts.

This page as a plain text file.
%I A326590 #12 Mar 20 2023 15:17:32
%S A326590 0,0,0,0,0,0,0,0,0,0,1,1,2,3,5,7,11,15,22,31,44,58,80,105,140,182,238,
%T A326590 304,393,496,630,787,986,1219,1512,1853,2273,2765,3362,4055,4894,5860,
%U A326590 7016,8351,9931,11746,13885,16330,19188,22452,26242,30549,35531
%N A326590 Sum of the ninth largest parts of the partitions of n into 10 parts.
%H A326590 <a href="/index/Par#part">Index entries for sequences related to partitions</a>
%F A326590 a(n) = Sum_{r=1..floor(n/10)} Sum_{q=r..floor((n-r)/9)} Sum_{p=q..floor((n-q-r)/8)} Sum_{o=p..floor((n-p-q-r)/7)} Sum_{m=o..floor((n-o-p-q-r)/6)} Sum_{l=m..floor((n-m-o-p-q-r)/5)} Sum_{k=l..floor((n-l-m-o-p-q-r)/4)} Sum_{j=k..floor((n-k-l-m-o-p-q-r)/3)} Sum_{i=j..floor((n-j-k-l-m-o-p-q-r)/2)} q.
%F A326590 a(n) = A326588(n) - A326589(n) - A326591(n) - A326592(n) - A326593(n) - A326594(n) - A326595(n) - A326596(n) - A326597(n) - A326598(n).
%t A326590 Table[Total[IntegerPartitions[n,{10}][[;;,9]]],{n,0,60}] (* _Harvey P. Dale_, Mar 18 2023 *)
%Y A326590 Cf. A026816, A326588, A326589, A326591, A326592, A326593, A326594, A326595, A326596, A326597, A326598.
%K A326590 nonn
%O A326590 0,13
%A A326590 _Wesley Ivan Hurt_, Jul 13 2019