29953728domain: NAppears in sequencesa(n) = n * binomial(2*n, n-1).at n=12A110609a(n) = Fibonacci(n) * Catalan(n).at n=12A119694Triangle read by rows, derived from a(n) = N*a(n-1) + a(n-2).at n=41A138765Number of valleys in all left factors of Dyck paths of length n. A valley is a (1,-1)-step followed by a (1,1)-step.at n=25A191522