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.

A080881 a(n)*a(n+3) - a(n+1)*a(n+2) = 2^n, given a(0)=1, a(1)=2, a(2)=10.

This page as a plain text file.
%I A080881 #13 Jun 10 2024 16:31:14
%S A080881 1,2,10,21,106,223,1126,2369,11962,25167,127078,267361,1350010,
%T A080881 2840303,14341798,30173889,152359738,320551567,1618589926,3405371681,
%U A080881 17195050234,36176882223,182671192870,384324217729,1940602920634
%N A080881 a(n)*a(n+3) - a(n+1)*a(n+2) = 2^n, given a(0)=1, a(1)=2, a(2)=10.
%H A080881 Harvey P. Dale, <a href="/A080881/b080881.txt">Table of n, a(n) for n = 0..1000</a>
%H A080881 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (0,11,0,-4).
%F A080881 G.f.: (-x^3 - x^2 + 2*x + 1)/(4*x^4 - 11*x^2 + 1)
%F A080881 a(n + 4) = 11*a(n + 2) - 4*a(n) [From _Richard Choulet_, Dec 06 2008]
%F A080881 a(n) = (3/140*15^(1/2)*7^(1/2) + 1/4 + 3/56*7^(1/2) + 1/24*15^(1/2))*sqrt((11 + sqrt(105))/2)^n + ( - 3/140*15^(1/2)*7^(1/2) + 1/4 - 3/56*7^(1/2) + 1/24*15^(1/2))*sqrt((11 - sqrt(105))/2)^n + (3/140*15^(1/2)*7^(1/2) - 1/24*15^(1/2) - 3/56*7^(1/2) + 1/4)*( - sqrt((11 + sqrt(105))/2))^n + (1/4 + 3/56*7^(1/2) - 1/24*15^(1/2) - 3/140*15^(1/2)*7^(1/2))*( - sqrt((11 - sqrt(105))/2))^n [From _Richard Choulet_, Dec 07 2008]
%t A080881 CoefficientList[Series[(-x^3-x^2+2x+1)/(4x^4-11x^2+1),{x,0,30}],x] (* or *) LinearRecurrence[ {0,11,0,-4},{1,2,10,21},30] (* _Harvey P. Dale_, Jun 10 2024 *)
%Y A080881 Cf. A080876, A080877, A080878, A080879, A080880, A080882.
%K A080881 nonn
%O A080881 0,2
%A A080881 _Paul D. Hanna_, Feb 22 2003