497845
domain: N
Appears in sequences
- a(n) = Fibonacci(n+1) - 2^floor(n/2).at n=28A005672
- a(n) = Fibonacci(n) - 2^(floor(n/2)).at n=29A028892
- a(n) = Fibonacci(n-2) + 2*a(n-2) - (n mod 2).at n=28A192727
- Number of balanced parenthesis expressions of length 2n and depth 3.at n=12A258109
- Number of Dyck paths of semilength 5*n and height n.at n=3A289475
- Number A(n,k) of Dyck paths of semilength k*n and height n; square array A(n,k), n>=0, k>=0, read by antidiagonals.at n=39A289481
- a(n) = a(n-1) + 3*a(n-2) -2*a(n-3) - 2*a(n-4), where a(0) = 0, a(1) = 0, a(2) = 1, a(3) = 2.at n=26A295724