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.

A238348 Triangle T(n,k) read by rows: T(n,k) is the number of compositions of n where the k-th part is the last occurrence of a smallest part, n>=1, 1<=k<=n.

This page as a plain text file.
%I A238348 #7 Feb 26 2014 08:57:24
%S A238348 1,1,1,2,1,1,2,3,2,1,4,4,4,3,1,5,7,8,7,4,1,8,11,14,14,11,5,1,12,18,23,
%T A238348 27,25,16,6,1,19,27,39,49,51,41,22,7,1,28,44,64,85,98,92,63,29,8,1,45,
%U A238348 69,103,144,180,189,155,92,37,9,1,70,109,166,241,319,366,344,247,129,46,10,1
%N A238348 Triangle T(n,k) read by rows: T(n,k) is the number of compositions of n where the k-th part is the last occurrence of a smallest part, n>=1, 1<=k<=n.
%C A238348 Column k=1 is A079501.
%C A238348 Row sums are A011782.
%H A238348 Joerg Arndt, <a href="/A238348/b238348.txt">Table of n, a(n) for n = 1..465</a> (rows 1..30, flattened)
%e A238348 Triangle starts:
%e A238348 01:  1,
%e A238348 02:  1, 1,
%e A238348 03:  2, 1, 1,
%e A238348 04:  2, 3, 2, 1,
%e A238348 05:  4, 4, 4, 3, 1,
%e A238348 06:  5, 7, 8, 7, 4, 1,
%e A238348 07:  8, 11, 14, 14, 11, 5, 1,
%e A238348 08:  12, 18, 23, 27, 25, 16, 6, 1,
%e A238348 09:  19, 27, 39, 49, 51, 41, 22, 7, 1,
%e A238348 10:  28, 44, 64, 85, 98, 92, 63, 29, 8, 1,
%e A238348 11:  45, 69, 103, 144, 180, 189, 155, 92, 37, 9, 1,
%e A238348 12:  70, 109, 166, 241, 319, 366, 344, 247, 129, 46, 10, 1,
%e A238348 13:  110, 172, 267, 398, 551, 679, 709, 591, 376, 175, 56, 11, 1,
%e A238348 ...
%K A238348 nonn,tabl
%O A238348 1,4
%A A238348 _Joerg Arndt_ and _Alois P. Heinz_, Feb 25 2014