Triangle read by rows: T(n,k) is the number of parking functions of length n whose maximum element is k, where n >= 0 and 0 <= k <= n.
A260693
Triangle read by rows: T(n,k) is the number of parking functions of length n whose maximum element is k, where n >= 0 and 0 <= k <= n.
Terms
- a(0) =1a(1) =0a(2) =1a(3) =0a(4) =1a(5) =2a(6) =0a(7) =1a(8) =6a(9) =9a(10) =0a(11) =1a(12) =14a(13) =46a(14) =64a(15) =0a(16) =1a(17) =30a(18) =175a(19) =465a(20) =625a(21) =0a(22) =1a(23) =62a(24) =596a(25) =2471a(26) =5901a(27) =7776a(28) =0a(29) =1
External references
- oeis: A260693