Triangle read by rows from left to right. However, triangle is constructed in the boustrophedon way, reading alternately right to left and left to right. Top entry is 1. In all later rows, initial entry is 0, other entries are sum of previous entry in that row plus sum of two entries above it in previous row.

A106243

Triangle read by rows from left to right. However, triangle is constructed in the boustrophedon way, reading alternately right to left and left to right. Top entry is 1. In all later rows, initial entry is 0, other entries are sum of previous entry in that row plus sum of two entries above it in previous row.

Terms

    a(0) =1a(1) =0a(2) =1a(3) =1a(4) =1a(5) =0a(6) =0a(7) =2a(8) =3a(9) =3a(10) =13a(11) =13a(12) =11a(13) =6a(14) =0a(15) =0a(16) =26a(17) =50a(18) =67a(19) =73a(20) =73a(21) =505a(22) =505a(23) =479a(24) =403a(25) =286a(26) =146a(27) =0a(28) =0a(29) =1010

External references