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 A099604 #11 Mar 03 2024 12:40:22 %S A099604 1,1,2,4,7,12,23,40,72,131,233,420,756,1355,2438,4381,7868,14144, %T A099604 25413,45661,82058,147444,264943,476092,855483,1537236,2762296, %U A099604 4963591,8919173,16027012,28799164,51749715,92989886,167094985,300255720 %N A099604 Antidiagonal sums of triangle A099602, in which row n equals the inverse binomial transform of column n of the triangle of trinomial coefficients (A027907). %H A099604 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (0, 2, 3, 0, -2, -1). %F A099604 G.f.: (1+x-x^3)/(1-2*x^2-3*x^3+2*x^5+x^6). %F A099604 a(n) = 2*a(n-2) + 3*a(n-3) - 2*a(n-5) - a(n-6) for n>=6. %t A099604 LinearRecurrence[{0, 2, 3, 0, -2, -1}, {1, 1, 2, 4, 7, 12}, 35] (* _Jean-François Alcover_, Oct 30 2017 *) %o A099604 (PARI) a(n)=polcoeff((1+x-x^3)/(1-2*x^2-3*x^3+2*x^5+x^6)+x*O(x^n),n,x) %Y A099604 Cf. A099602, A027907. %K A099604 nonn %O A099604 0,3 %A A099604 _Paul D. Hanna_, Oct 25 2004