The following triangle is based on Pascal's triangle. The r-th term of the n-th row is sum of C(n,r) successive integers so that the sum of all the terms of the row is (2^n)*(2^n+1)/2, the 2^n -th triangular number. Sequence contains the triangle read by rows.
A112358
The following triangle is based on Pascal's triangle. The r-th term of the n-th row is sum of C(n,r) successive integers so that the sum of all the terms of the row is (2^n)*(2^n+1)/2, the 2^n -th triangular number. Sequence contains the triangle read by rows.
Terms
- a(0) =1a(1) =1a(2) =2a(3) =1a(4) =5a(5) =4a(6) =1a(7) =9a(8) =18a(9) =8a(10) =1a(11) =14a(12) =51a(13) =54a(14) =16a(15) =1a(16) =20a(17) =115a(18) =215a(19) =145a(20) =32a(21) =1a(22) =27a(23) =225a(24) =650a(25) =750a(26) =363a(27) =64a(28) =1a(29) =35
External references
- oeis: A112358