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.

A194711 Triangle read by rows: T(n,k) = number of partitions or zones in the last section of the set of partitions of n that contains k as a part.

This page as a plain text file.
%I A194711 #15 Sep 04 2015 07:31:10
%S A194711 1,1,1,2,0,1,3,1,0,1,5,1,1,0,1,7,2,1,1,0,1,11,2,2,1,1,0,1,15,4,2,1,1,
%T A194711 1,0,1
%N A194711 Triangle read by rows: T(n,k) = number of partitions or zones in the last section of the set of partitions of n that contains k as a part.
%C A194711 It appears that row n lists A000041(n)-1 together with the row n-2 of the triangle A116598, if n >= 2.
%e A194711 Triangle begins:
%e A194711 1,
%e A194711 1, 1,
%e A194711 2, 0, 1,
%e A194711 3, 1, 0, 1,
%e A194711 5, 1, 1, 0, 1,
%e A194711 7, 2, 1, 1, 0, 1,
%e A194711 11, 2, 2, 1, 1, 0, 1,
%e A194711 15, 4, 2, 1, 1, 1, 0, 1,
%Y A194711 Column 1 is A000041. Columns >= 2 are A002865.
%Y A194711 Cf. A027293, A116598, A135010, A138121, A182703, A194812.
%K A194711 nonn,tabl,more
%O A194711 1,4
%A A194711 _Omar E. Pol_, Feb 10 2012