A174052 The sum of the numbers in n-th row of alternant triangle A173865.
1, 40, 81, 296, 449, 984, 1301, 2320, 2913, 4558, 5441
Offset: 1
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
Triangle begins: 35(=7*5) in even 0th row; 25(=5*5) and 49(=7*7) in odd 1st row; 65(=13*5), 77(=11*7) and 143(=13*11) in even 2nd row.
a(1)=5 because 5=6*1-1=(6*1-1)*(6*0+1); a(2)=35 because 35=6*6-1=(6*1-1)*(6*1+1); a(3)=11 because 11=6*2-1=(6*2-1)*(6*0+1).
Triangle begins: 5*1 1*1 5*5 11*1 7*5 11*7 7*1 11*5 7*7 11*11 17*1 13*5 17*7 13*11 17*13 13*1 17*5 13*7 17*11 13*13 17*17.. or 5(in even 0 row) 1 25(in odd 1 row) 11 35 77(in even 2 row) 7 55 49 121(in odd 3 row) 17 65 119 143 221(in even 4 row) 13 85 91 181 169 289(in odd 5 row).. That is: 5; 1, 25; 11, 35, 77; 7, 55, 49, 121; 17, 65, 119, 143;
Comments