A355850 Number of monotonic lattice paths of length n which do not pass above the line y = x/(log_2(3)-1).
1, 1, 2, 3, 6, 12, 22, 44, 88, 169, 338, 646, 1292, 2584, 5055, 10110, 20220, 39915, 79830, 157008, 314016, 628032, 1244631, 2489262, 4978524, 9899008, 19798016, 39596032, 78879609, 157759218, 313777086, 627554172, 1255108344, 2502016784, 5004033568, 10008067136, 19971766007
Offset: 0
Keywords
Examples
n, a(n), list of paths n = 0: 1 {(0,0)} n = 1: 1 {(0,0) -> (1,0)} n = 2: 2 {(0,0) -> (1,0) -> (2,0), (0,0) -> (1,0) -> (1,1)} n = 3: 3 {(0,0) -> (1,0) -> (2,0) -> (3,0), (0,0) -> (1,0) -> (2,0) -> (2,1) (0,0) -> (1,0) -> (1,1) -> (2,1)}
Links
- Alois P. Heinz, Table of n, a(n) for n = 0..3323
Comments