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 A200543 #13 Mar 25 2024 09:36:44 %S A200543 1,1,2,12,35,117,408,1364,4617,15645,52882,178920,605331,2047705, %T A200543 6927424,23435384,79281057,268206185,907335090,3069491988,10384017875, %U A200543 35128880685,118840150776,402033352684,1360069088841,4601080767717,15565344749410,52657184101648,178137977818211,602636462317425 %N A200543 Product of tribonacci numbers: a(n) = A000073(n+2)*A000213(n). %C A200543 The g.f. of the tribonacci numbers are as follows: g.f. for A000073 is x^2/(1-x-x^2-x^3), and g.f. for A000213 is (1-x^2)/(1-x-x^2-x^3). %H A200543 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (2,3,6,-1,0,-1). %F A200543 G.f.: (1 - x - 3*x^2 - x^3) / ((1 - 3*x - x^2 - x^3)*(1 + x + x^2 - x^3)). %e A200543 G.f.: A(x) = 1 + x + 2*x^2 + 12*x^3 + 35*x^4 + 117*x^5 + 408*x^6 +... %e A200543 where A(x) = 1*1 + 1*1*x + 2*1*x^2 + 4*3*x^3 + 7*5*x^4 + 13*9*x^5 + 24*17*x^6 + 44*31*x^7 + 81*57*x^8 + 149*105*x^9 +...+ A000073(n+2)*A000213(n)*x^n +... %o A200543 (PARI) {a(n)=polcoeff((1-x-3*x^2-x^3)/((1-3*x-x^2-x^3)*(1+x+x^2-x^3)+x*O(x^n)),n)} %Y A200543 Cf. A000073, A000213. %K A200543 nonn,easy %O A200543 0,3 %A A200543 _Paul D. Hanna_, Nov 19 2011