Triangle read by rows: a(1,1)=1. a(m,n) = a(m-1,n) + (sum of all terms in row m-1), for n<m. a(m,m) = sum of all terms in row m-1.
A159930
Triangle read by rows: a(1,1)=1. a(m,n) = a(m-1,n) + (sum of all terms in row m-1), for n<m. a(m,m) = sum of all terms in row m-1.
Terms
- a(0) =1a(1) =2a(2) =1a(3) =5a(4) =4a(5) =3a(6) =17a(7) =16a(8) =15a(9) =12a(10) =77a(11) =76a(12) =75a(13) =72a(14) =60a(15) =437a(16) =436a(17) =435a(18) =432a(19) =420a(20) =360a(21) =2957a(22) =2956a(23) =2955a(24) =2952a(25) =2940a(26) =2880a(27) =2520a(28) =23117a(29) =23116
External references
- oeis: A159930