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.

A235797 Triangle read by rows in which T(n,k) is the sum of the k-th largest elements in all overpartitions of n.

This page as a plain text file.
%I A235797 #16 Apr 02 2017 17:21:57
%S A235797 2,6,2,16,6,2,34,14,6,2,68,30,14,6,2,128,60,30,14,6,2
%N A235797 Triangle read by rows in which T(n,k) is the sum of the k-th largest elements in all overpartitions of n.
%C A235797 It appears that T(n,k) is also the total number of parts >= k in all overpartitions of n.
%C A235797 It appears that the first differences of row n together with 2 give row n of triangle A235798.
%C A235797 The equivalent sequence for partitions is A181187.
%e A235797 Triangle begins:
%e A235797     2;
%e A235797     6,  2;
%e A235797    16,  6,  2;
%e A235797    34, 14,  6,  2;
%e A235797    68, 30, 14,  6,  2;
%e A235797   128, 60, 30, 14,  6,  2;
%e A235797   ...
%Y A235797 Column 1 is A235792.
%Y A235797 Cf. A015128, A181187, A235790, A235793, A235798, A236000, A236001.
%K A235797 nonn,tabl,more
%O A235797 1,1
%A A235797 _Omar E. Pol_, Jan 18 2014