Border sum triangle, read by rows: Let T(n,0)=T(n,n)=1. In general T(n,m) is the sum of the elements (apart from T(n,m) itself) in the border of the rectangle with vertices T(0,0), T(n-m,0), T(n,m) and T(m,m).

A063394

Border sum triangle, read by rows: Let T(n,0)=T(n,n)=1. In general T(n,m) is the sum of the elements (apart from T(n,m) itself) in the border of the rectangle with vertices T(0,0), T(n-m,0), T(n,m) and T(m,m).

Terms

    a(0) =1a(1) =1a(2) =1a(3) =1a(4) =3a(5) =1a(6) =1a(7) =7a(8) =7a(9) =1a(10) =1a(11) =15a(12) =19a(13) =15a(14) =1a(15) =1a(16) =31a(17) =47a(18) =47a(19) =31a(20) =1a(21) =1a(22) =63a(23) =111a(24) =131a(25) =111a(26) =63a(27) =1a(28) =1a(29) =127

External references