cp's OEIS Frontend

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.

A135345 a(n) = 3*a(n-1) + 4*a(n-2) - a(n-3) + 3*a(n-4) + 4*a(n-5).

This page as a plain text file.
%I A135345 #11 Oct 11 2016 06:25:10
%S A135345 1,4,13,51,204,819,3277,13108,52429,209715,838860,3355443,13421773,
%T A135345 53687092,214748365,858993459,3435973836,13743895347,54975581389,
%U A135345 219902325556,879609302221,3518437208883,14073748835532,56294995342131,225179981368525,900719925474100,3602879701896397,14411518807585587
%N A135345 a(n) = 3*a(n-1) + 4*a(n-2) - a(n-3) + 3*a(n-4) + 4*a(n-5).
%C A135345 Companion to A135343.
%H A135345 G. C. Greubel, <a href="/A135345/b135345.txt">Table of n, a(n) for n = 0..1000</a>
%H A135345 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (3,4,-1,3,4).
%F A135345 4*a(n) - a(n+1) = hexaperiodic 0, 3, 1, 0, -3, -1.
%F A135345 a(n) = (4^(n+1)/5)-(2/15)*(-1)^n+(1/3)*cos(Pi*n/3)+(sqrt(3)/3)*cos(Pi*n/3). - _Richard Choulet_, Jan 04 2008
%F A135345 G.f.: ( -2*(3 + sqrt(3)) + (3 + 7*sqrt(3))*x + (9 + 5*sqrt(3))*x^2 -
%F A135345 4*(3 + sqrt(3))*x^3)/( 6*(-1 + 4*x - x^3 + 4*x^4) ). - _G. C. Greubel_, Oct 10 2016
%F A135345 G.f.: (1-3*x^2) / ((1+x)*(1-4*x)*(1-x+x^2)). - _Colin Barker_, Oct 11 2016
%t A135345 LinearRecurrence[{3,4,-1,3,4},{1,4,13,51,204}, 25] (* _G. C. Greubel_, Oct 10 2016 *)
%o A135345 (PARI) Vec((1-3*x^2)/((1+x)*(1-4*x)*(1-x+x^2)) + O(x^30)) \\ _Colin Barker_, Oct 11 2016
%Y A135345 Cf. A135343.
%K A135345 nonn,easy
%O A135345 0,2
%A A135345 _Paul Curtz_, Dec 06 2007
%E A135345 Removed incorrect formula, _Joerg Arndt_, Oct 11 2016