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 A143254 #4 Feb 28 2015 13:45:07 %S A143254 1,5,25,9,45,81,13,65,117,169,17,85,153,221,289,21,105,189,273,357, %T A143254 441,25,125,225,325,425,525,625,29,145,261,377,493,609,725,841,33,165, %U A143254 297,429,561,693,825,957,1089,37,185,333,481,629,777,925,1073,1221,1369 %N A143254 Triangle read by rows, T(n,k) = (4n-3)*(4k-3); 1<=k<=n. %C A143254 Row sums = A100147: (1, 30, 135, 364, 765,...). %H A143254 Harvey P. Dale, <a href="/A143254/b143254.txt">Table of n, a(n) for n = 1..1000</a> %F A143254 Triangle read by rows, T(n,k) = (4n-3)*(4k-3); 1<=k<=n, where (4k-3) = A016813: (1, 5, 9, 13, 17,...). Let X = an infinite lower triangular matrix with (1, 5, 9, 13,...) in the main diagonal and the rest zeros. The triangle = X * A000012 * X, where A000012 = an infinite lower triangular matrix with all 1's: (1; 1,1; 1,1,1;...) %e A143254 First few rows of the triangle = %e A143254 1; %e A143254 5, 25; %e A143254 9, 45, 81; %e A143254 13, 65, 117, 169; %e A143254 17, 85, 153, 221, 289; %e A143254 21, 105, 189, 273, 357, 441; %e A143254 ... %e A143254 T(5,3) = 153 = (4n-3)*(4k-3) = 17*9 %t A143254 Flatten[Table[(4 n - 3) (4 k - 3), {n, 10}, {k, n}]] (* _Harvey P. Dale_, Feb 28 2015 *) %Y A143254 Cf. A016813, A100147. %K A143254 nonn,tabl %O A143254 1,2 %A A143254 _Gary W. Adamson_, Aug 02 2008