Triangle, read by rows, where row n+1 is generated from row n by first inserting zeros at positions {(m+2)*(m+3)/2, m>=0} in row n and then taking the partial sums in reverse order, for n>=2, starting with 1's in the initial two rows.
A127420
Triangle, read by rows, where row n+1 is generated from row n by first inserting zeros at positions {(m+2)*(m+3)/2, m>=0} in row n and then taking the partial sums in reverse order, for n>=2, starting with 1's in the initial two rows.
Terms
- a(0) =1a(1) =1a(2) =1a(3) =2a(4) =1a(5) =1a(6) =4a(7) =2a(8) =2a(9) =1a(10) =9a(11) =5a(12) =5a(13) =3a(14) =1a(15) =1a(16) =24a(17) =15a(18) =15a(19) =10a(20) =5a(21) =5a(22) =2a(23) =1a(24) =77a(25) =53a(26) =53a(27) =38a(28) =23a(29) =23
External references
- oeis: A127420