[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
login
Revision History for A047140 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Array read 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 up-step crosses the line y=4x/3. (Thus a path crosses the line only at lattice points and on right-steps.).
(history; published version)
#11 by Susanna Cuyler at Sun Jan 19 20:38:41 EST 2020
STATUS

proposed

approved

#10 by Andrew Howroyd at Sun Jan 19 18:40:16 EST 2020
STATUS

editing

proposed

#9 by Andrew Howroyd at Sun Jan 19 18:11:17 EST 2020
LINKS

Andrew Howroyd, <a href="/A047140/b047140.txt">Table of n, a(n) for n = 0..1325</a>

EXAMPLE

Array begins:

======================================

h\k | 0 1 2 3 4 5 6 7

----+---------------------------------

0 | 1 1 1 1 1 1 1 1 ...

1 | 1 2 1 2 3 4 5 6 ...

2 | 1 3 4 2 5 9 14 20 ...

3 | 1 4 8 10 15 24 38 58 ...

4 | 1 5 13 23 38 62 38 96 ...

5 | 1 6 19 42 80 142 180 96 ...

6 | 1 7 26 68 148 290 470 566 ...

7 | 1 8 34 102 250 540 1010 1576 ...

...

PROG

(PARI) A(h, k=h)={my(M=matrix(h+1, k+1, i, j, 1)); for(h=1, h, for(k=1, k, M[1+h, 1+k] = M[h, 1+k] + if(3*k>4*h && 3*(k-1)<4*h, 0, M[1+h, k]))); M}

{ my(T=A(10)); for(i=1, #T, print(T[i, ]))} \\ Andrew Howroyd, Jan 19 2020

#8 by Andrew Howroyd at Sun Jan 19 17:23:33 EST 2020
STATUS

approved

editing

#7 by Russ Cox at Fri Mar 30 18:56:53 EDT 2012
AUTHOR

_Clark Kimberling (ck6(AT)evansville.edu)_. Definition revised Dec 08 2006

Discussion
Fri Mar 30
18:56
OEIS Server: https://oeis.org/edit/global/285
#6 by N. J. A. Sloane at Fri Feb 27 03:00:00 EST 2009
NAME

Array read 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 up-step crosses the line y=4x/3. (Thus a path crosses the line only at lattice points and on right-steps.).

KEYWORD

nonn,tabl,new

#5 by N. J. A. Sloane at Fri Jan 12 03:00:00 EST 2007
NAME

Array T read 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 touches no up-step crosses the line y=4x/3 . (Thus a path crosses the line only at lattice points and on right-steps.).

KEYWORD

nonn,tabl,new

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu). Definition revised Dec 08 2006

#4 by N. J. A. Sloane at Wed Sep 22 03:00:00 EDT 2004
NAME

Array T read 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 touches the line y=4x/3 only at lattice points.

KEYWORD

nonn,tabl,new

#3 by N. J. A. Sloane at Sat Sep 13 03:00:00 EDT 2003
KEYWORD

nonn,tabl,new

AUTHOR

Clark Kimberling, (ck6(AT)evansville.edu)

#2 by N. J. A. Sloane at Fri May 16 03:00:00 EDT 2003
KEYWORD

nonn,tabl,new

AUTHOR

Clark Kimberling, ck6@cedar.(AT)evansville.edu