%I #17 Jul 14 2024 12:22:08
%S 1,1,6,11,71,131,846,1561,10081,18601,120126,221651,1431431,2641211,
%T 17057046,31472881,203253121,375033361,2421980406,4468927451,
%U 28860511751,53252096051,343904160606,634556225161,4097989415521
%N a(n)*a(n+3) - a(n+1)*a(n+2) = 5, given a(0)=a(1)=1, a(2)=6.
%H Seiichi Manyama, <a href="/A080875/b080875.txt">Table of n, a(n) for n = 0..1500</a>
%H <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (0, 12, 0, -1).
%F G.f.: (-x^3 - 6*x^2 + x + 1)/(x^4 - 12*x^2 + 1).
%F a(n+4) = 12*a(n+2)-a(n). [_Richard Choulet_, Dec 04 2008]
%F a(n) = (1/4 + ((sqrt(6 + sqrt(35)) - sqrt(6 - sqrt(35)))/(4*sqrt(35))))*(sqrt(6 + sqrt(35)))^n + (1/4 + ((sqrt(6 + sqrt(35)) - sqrt(6 - sqrt(35)))/(4*sqrt(35))))*(sqrt(6 - sqrt(35)))^n + (1/4 - ((sqrt(6 + sqrt(35)) - sqrt(6 - sqrt(35)))/(4*sqrt(35))))*( - sqrt(6 + sqrt(35)))^n + (1/4 - ((sqrt(6 + sqrt(35)) - sqrt(6 - sqrt(35)))/(4*sqrt(35))))*( - (sqrt(6 - sqrt(35))))^n. [_Richard Choulet_, Dec 06 2008]
%t LinearRecurrence[{0,12,0,-1},{1,1,6,11},30] (* _Harvey P. Dale_, Jul 14 2024 *)
%Y Cf. A080871, A080872, A080873, A080874.
%Y Bisections are A023038 and A077417.
%K nonn
%O 0,3
%A _Paul D. Hanna_, Feb 22 2003