145868
domain: N
Appears in sequences
- a(n) = a(n-1) + a(n-2) + 1, with a(0) = 1 and a(1) = 6.at n=22A022320
- Number T(n,k) of Dyck paths of semilength n having exactly k (possibly overlapping) occurrences of the consecutive steps UDUUDU (with U=(1,1), D=(1,-1)); triangle T(n,k), n>=0, 0<=k<=max(0,floor(n/2)-1), read by rows.at n=32A243366
- Number of Dyck paths of semilength n avoiding the consecutive steps UDUUDU (with U=(1,1), D=(1,-1)).at n=12A243412