proposed
approved
Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
proposed
approved
editing
proposed
If n = (1 mod 4) or n = (1 mod 4), then a(n) = 3*a(n-2); otherwise, a(n) = 3*a(n-2) + 2.
proposed
editing
editing
proposed
G.f.: (3 1 + 3 2*x - + x^2 + 3 x^3 - 6 3*x^45) / ((1 - x - 2 )*(1 + x^2 + 2 x^3 )*(1 - 3 x^4 + 3 *x^52)). - Corrected by _Colin Barker_, Jan 21 2018
(PARI) Vec((1 + 2*x + x^2 + x^3 - 3*x^5) / ((1 - x)*(1 + x^2)*(1 - 3*x^2)) + O(x^40)) \\ Colin Barker, Jan 21 2018
proposed
editing
editing
proposed
<a href="/index/Rec#order_0205">Index entries for linear recurrences with constant coefficients</a>, signature (1,2,-2,3,-3)
G.f.: (3 + 3 x - x^2 + 3 x^3 - 6 x^4)/(1 - x - 2 x^2 + 2 x^3 - 3 x^4 + 3 x^5.
3 x^5).
proposed
editing
editing
proposed
3 x^5).