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 A174739 #4 Mar 30 2012 17:25:36 %S A174739 1,1,1,0,1,2,0,0,2,3,-1,0,0,3,5,0,-1,0,0,5,7,-1,0,-2,0,0,7,11,0,-1,0, %T A174739 -3,0,0,11,15,0,0,-2,0,-5,0,15,22,0,0,0,-3,0,-7,0,0,22,30,0,0,0,0,-5, %U A174739 0,-11,0,0,30,42,1,0,0,0,0,-7,0,-15,0,0,42,56,0,1,0,0,0,0,-11,0,-22,0,0,0,0 %N A174739 Triangle read by rows, a partition number generator; A145006 * the diagonalized variant of A000041, (A174712). %C A174739 Row sums = the partition numbers, A000041 starting with offset 1. %C A174739 The triangle demonstrates an equivalency to Euler's pentagonal recurrence %C A174739 relation, such that sum of n-th row terms = rightmost term of next row, a %C A174739 partition number. %C A174739 Contribution from _Gary W. Adamson_, Mar 28 2010: (Start) %C A174739 A174739 is equivalent to Euler's pentagonal theorem in triangular form. %C A174739 For example, row 9 = (0, 0, -2, 0, -5, 0, 0, 15, 22) or: p(9) = 30 = p(8) %C A174739 + p(7) - p(4) - p(2). (End) %F A174739 Given triangle A145006, delete the first "1", = triangle Q. With M = A174712, %F A174739 the diagonalize variant of the partition numbers, perform Q*M as infinite lower %F A174739 triangular matrices. %e A174739 First few rows of the triangle = %e A174739 1; %e A174739 1, 1; %e A174739 0, 1, 2; %e A174739 0, 0, 2, 3; %e A174739 -1, 0, 0, 3, 5; %e A174739 0, -1, 0, 0, 5, 7; %e A174739 -1, 0, -2, 0, 0, 7, 11; %e A174739 0, -1, 0, -3, 0, 0, 11, 15; %e A174739 0, 0, -2, 0, -5, 0, 0, 15, 22; %e A174739 0, 0, 0, -3, 0, -7, 0, 0, 22, 30; %e A174739 0, 0, 0, 0, -5, 0, -11, 0, 0, 30, 42; %e A174739 1, 0, 0, 0, 0, -7, 0, -15, 0, 0, 42, 56; %e A174739 0, 1, 0, 0, 0, 0, -11, 0, 22, 0, 0, 56, 77; %e A174739 0, 0, 2, 0, 0, 0, 0, -15, 0, -30, 0, 0, 77, 101; %e A174739 1, 0, 0, 3, 0, 0, 0, 0, -22, 0, -42, 0, 0, 101, 135; %e A174739 0, 1, 0, 0, 5, 0, 0, 0, 0, -30, 0, -56, 0, 0, 135, 176; %e A174739 0, 0, 2, 0, 0, 7, 0, 0, 0, 0, -42, 0, -77, 0, 0, 176, 231; %e A174739 0, 0, 0, 3, 0, 0, 11, 0, 0, 0, 0, -56, 0, -101, 0, 0, 231, 297; %e A174739 ... %Y A174739 Cf. A000041, A145006, A174712 %K A174739 tabl,sign %O A174739 1,6 %A A174739 _Gary W. Adamson_, Mar 28 2010