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.

A125778 Array T by diagonals: T(h,k)=number of paths consisting of steps from (0,0) to (h,k) such that each step has length 1 directed up or right and no right-step crosses the line y=3x/2. (Thus a path crosses the line only at lattice points and on up-steps.).

This page as a plain text file.
%I A125778 #3 Mar 30 2012 18:57:06
%S A125778 1,1,1,1,1,1,1,2,2,1,1,3,2,3,1,1,4,5,5,4,1,1,5,9,10,9,5,1,1,6,14,10,
%T A125778 19,14,6,1,1,7,20,24,29,33,20,7,1,1,8,27,44,29,62,53,27,8,1,1,9,35,71,
%U A125778 73,91,115,80,35,9,1,1,10,44,106,144,164,206,195,115,44,10,1,1,11,54,150
%N A125778 Array T by diagonals: T(h,k)=number of paths consisting of steps from (0,0) to (h,k) such that each step has length 1 directed up or right and no right-step crosses the line y=3x/2. (Thus a path crosses the line only at lattice points and on up-steps.).
%C A125778 T = transpose of A047110.
%e A125778 Northwest corner:
%e A125778 1 1 1 1 1 1
%e A125778 1 1 2 3 4 5
%e A125778 1 2 2 5 9 14
%e A125778 1 3 5 10 10 24
%e A125778 1 4 9 19 29 29
%Y A125778 Cf. A047110.
%K A125778 nonn,tabl
%O A125778 0,8
%A A125778 _Clark Kimberling_, Dec 08 2006