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.

A243752 Number T(n,k) of Dyck paths of semilength n having exactly k (possibly overlapping) occurrences of the consecutive step pattern given by the binary expansion of n, where 1=U=(1,1) and 0=D=(1,-1); triangle T(n,k), n>=0, read by rows.

This page as a plain text file.
%I A243752 #35 Jun 12 2014 02:11:10
%S A243752 1,0,1,0,1,1,1,3,1,1,11,2,9,16,12,4,1,1,57,69,5,127,161,98,35,7,1,323,
%T A243752 927,180,1515,1997,1056,280,14,4191,5539,3967,1991,781,244,64,17,1,1,
%U A243752 10455,25638,18357,4115,220,1,20705,68850,77685,34840,5685,246,1
%N A243752 Number T(n,k) of Dyck paths of semilength n having exactly k (possibly overlapping) occurrences of the consecutive step pattern given by the binary expansion of n, where 1=U=(1,1) and 0=D=(1,-1); triangle T(n,k), n>=0, read by rows.
%H A243752 Alois P. Heinz, <a href="/A243752/b243752.txt">Rows n = 0..270, flattened</a>
%e A243752 Triangle T(n,k) begins:
%e A243752 : n\k :    0     1     2     3    4    5  ...
%e A243752 +-----+----------------------------------------------------------
%e A243752 :  0  :    1;                                 [row  0 of A131427]
%e A243752 :  1  :    0,    1;                           [row  1 of A131427]
%e A243752 :  2  :    0,    1,    1;                     [row  2 of A090181]
%e A243752 :  3  :    1,    3,    1;                     [row  3 of A001263]
%e A243752 :  4  :    1,   11,    2;                     [row  4 of A091156]
%e A243752 :  5  :    9,   16,   12,    4,   1;          [row  5 of A091869]
%e A243752 :  6  :    1,   57,   69,    5;               [row  6 of A091156]
%e A243752 :  7  :  127,  161,   98,   35,   7,   1;     [row  7 of A092107]
%e A243752 :  8  :  323,  927,  180;                     [row  8 of A091958]
%e A243752 :  9  : 1515, 1997, 1056,  280,  14;          [row  9 of A135306]
%e A243752 : 10  : 4191, 5539, 3967, 1991, 781, 244, ... [row 10 of A094507]
%Y A243752 Columns k=0-10 give: A243754, A243770, A243771, A243772, A243773, A243774, A243775, A243776, A243777, A243778, A243779, or main diagonals of A243753, A243827, A243828, A243829, A243830, A243831, A243832, A243833, A243834, A243835, A243836.
%Y A243752 Row sums give A000108.
%Y A243752 Cf. A098978, A114463, A114848, A116424, A135305, A242450, A243366, A243838.
%K A243752 nonn,tabf,look
%O A243752 0,8
%A A243752 _Alois P. Heinz_, Jun 09 2014