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 A309213 #15 Aug 30 2019 04:14:22 %S A309213 1,2,1,3,3,1,2,6,5,1,1,5,12,6,1,2,3,14,17,8,1,3,7,14,24,26,9,1,2,12, %T A309213 27,30,45,33,11,1,1,9,45,62,70,66,45,12,1,2,5,44,111,147,120,104,54, %U A309213 14,1,3,11,39,128,273,273,217,140,69,15,1,2,18,65,139,366,546,518,329,200,80,17,1 %N A309213 A007318 + A065941 - A049310. %C A309213 Row sums = 1, 3, 7, 14, 25, 45, 85, ... (This is probably a new sequence and should be added to the OEIS.) - _N. J. A. Sloane_, Aug 09 2019 %H A309213 Jinyuan Wang, <a href="/A309213/b309213.txt">Table of n, a(n) for n = 0..5150</a> %F A309213 A007318 + A065941 - A168561 as infinite lower triangular matrices. %e A309213 First few rows of the triangle are: %e A309213 1, %e A309213 2, 1, %e A309213 3, 3, 1, %e A309213 2, 6, 5, 1, %e A309213 1, 5, 12, 6, 1, %e A309213 2, 3, 14, 17, 8, 1, %e A309213 3, 7, 14, 24, 26, 9, 1, %e A309213 ... %o A309213 (PARI) T007318(n, k) = binomial(n, k); %o A309213 T065941(n, k) = binomial(n - (k+1)\2, k\2); %o A309213 T049310(n, k) = if ((n+k)%2, 0, (-1)^((n+k)/2 + k) * binomial((n+k)/2, k)); %o A309213 T(n, k) = T007318(n, k) + T065941(n, k) - T049310(n, k); \\ _Michel Marcus_, Apr 28 2014 %Y A309213 Cf. A007318, A065941, A049310, A117591, A131375, A168561. %K A309213 nonn,tabl %O A309213 0,2 %A A309213 _Gary W. Adamson_, Jul 04 2007 %E A309213 The old definition of A131376 did not match the data, as _Michel Marcus_ pointed out. The definition there has been corrected, keeping the old data. The present sequence uses the old definition with corrected data from _Michel Marcus_. - _N. J. A. Sloane_, Aug 09 2019 %E A309213 More terms from _Jinyuan Wang_, Aug 29 2019