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.
%I A154680 #24 Sep 08 2022 08:45:40 %S A154680 2,5,10,8,15,22,11,20,29,38,14,25,36,47,58,17,30,43,56,69,82,20,35,50, %T A154680 65,80,95,110,23,40,57,74,91,108,125,142,26,45,64,83,102,121,140,159, %U A154680 178,29,50,71,92,113,134,155,176,197,218,32,55,78,101,124,147,170,193,216,239,262 %N A154680 Triangle read by rows where T(m,n)=2*m*n + m + n - 2. %C A154680 All terms are in A153052. %C A154680 First column: A016789; second column: 5*A000027; third column: A016993; fourth column: A017185. - _Vincenzo Librandi_, Nov 18 2012 %H A154680 Vincenzo Librandi, <a href="/A154680/b154680.txt">Rows n = 1..100, flattened</a> %e A154680 Triangle begins: %e A154680 2; %e A154680 5, 10; %e A154680 8, 15, 22; %e A154680 11, 20, 29, 38; %e A154680 14, 25, 36, 47, 58; %e A154680 17, 30, 43, 56, 69, 82; %e A154680 20, 35, 50, 65, 80, 95, 110; %e A154680 23, 40, 57, 74, 91, 108, 125, 142; %e A154680 26, 45, 64, 83, 102, 121, 140, 159, 178; %e A154680 29, 50, 71, 92, 113, 134, 155, 176, 197, 218; etc. %t A154680 Flatten[Table[Floor[2 n m + m + n - 2], {n, 1, 16}, {m, n}]] (* _Vincenzo Librandi_, May 14 2012 *) %o A154680 (Magma) [2*n*k+n+k-2: k in [1..n], n in [1..11]]; // _Vincenzo Librandi_, Nov 18 2012 %Y A154680 Cf. A153052, A089038, A016789, A000027, A017185. %K A154680 nonn,tabl,easy %O A154680 1,1 %A A154680 _Vincenzo Librandi_, Jan 18 2009