Triangle T(n,k) (0<= k <=n) read by rows. Left edge is 1, 0, 0, ... Otherwise each entry is sum of entry to left, entries immediately above it to left and right and entry directly above it 2 rows back.

A059283

Triangle T(n,k) (0<= k <=n) read by rows. Left edge is 1, 0, 0, ... Otherwise each entry is sum of entry to left, entries immediately above it to left and right and entry directly above it 2 rows back.

Terms

    a(0) =1a(1) =0a(2) =1a(3) =0a(4) =2a(5) =3a(6) =0a(7) =2a(8) =8a(9) =11a(10) =0a(11) =2a(12) =14a(13) =36a(14) =47a(15) =0a(16) =2a(17) =20a(18) =78a(19) =172a(20) =219a(21) =0a(22) =2a(23) =26a(24) =138a(25) =424a(26) =862a(27) =1081a(28) =0a(29) =2

External references