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 A104586 #2 Mar 30 2012 17:25:11 %S A104586 1,7,2,12,5,1,26,15,7,2,35,22,12,5,1,57,40,26,15,7,2,70,51,35,22,12,5, %T A104586 1,100,77,57,40,26,15,7,2 %N A104586 Pentagonal wave sequence triangle. %C A104586 Row sums = A086500: 1, 9, 18, 50, 75, 147, 196... %F A104586 Odd columns are terms of A104584, pentagonal wave sequence of the first kind, (starting with 1): 1, 7, 12, 26, 35, 57, 70... Even columns are terms of A104585, pentagonal wave sequence of the second kind (starting with 2): 2, 5, 15, 22, 40, 51... Odd rows are pentagonal numbers (A000326) starting with "1" at the right. Even rows are second pentagonal numbers (A005449) starting with 2 at the right. The triangle is extracted from a matrix product A * B, A = [1; 1, 2; 1, 2, 1; 1, 2, 1, 2;...], B = [1; 3, 1; 5, 3, 1; 7, 5, 3, 1;...] (both infinite lower triangular matrices, with the rest zeros). %e A104586 The first few rows are: %e A104586 1; %e A104586 7, 2; %e A104586 12, 5, 1; %e A104586 26, 15, 7, 2; %e A104586 35, 22, 12, 5, 1; %e A104586 57, 40, 26, 15, 7, 2; %e A104586 70, 51, 35, 22, 12, 5, 1; %e A104586 ... %Y A104586 Cf. A086500, A104584, A104585, A000326, A005449, A049452, A033570, A049453, A033568. %K A104586 nonn,tabl %O A104586 1,2 %A A104586 _Gary W. Adamson_, Mar 17 2005