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.

A080872 a(n)*a(n+3) - a(n+1)*a(n+2) = 4, given a(0)=a(1)=1, a(2)=5.

This page as a plain text file.
%I A080872 #21 Dec 26 2018 09:39:39
%S A080872 1,1,5,9,49,89,485,881,4801,8721,47525,86329,470449,854569,4656965,
%T A080872 8459361,46099201,83739041,456335045,828931049,4517251249,8205571449,
%U A080872 44716177445,81226783441,442644523201,804062262961,4381729054565,7959395846169,43374646022449,78789896198729,429364731169925
%N A080872 a(n)*a(n+3) - a(n+1)*a(n+2) = 4, given a(0)=a(1)=1, a(2)=5.
%H A080872 Seiichi Manyama, <a href="/A080872/b080872.txt">Table of n, a(n) for n = 0..2000</a>
%H A080872 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (0, 10, 0, -1).
%F A080872 G.f.: (-x^3 - 5*x^2 + x + 1)/(x^4 - 10*x^2 + 1).
%F A080872 a(n) = (3+sqrt(3))/12*(sqrt(3)-sqrt(2))^n+(3-sqrt(3))/12*(-sqrt(3)+sqrt(2))^n+(3+sqrt(3))/12*(sqrt(3)+sqrt(2))^n+(3-sqrt(3))/12*(-sqrt(3)-sqrt(2))^n. [_Richard Choulet_, Dec 03 2008]
%F A080872 a(n+4) = 10*a(n+2)-a(n). [_Richard Choulet_, Dec 04 2008]
%t A080872 CoefficientList[Series[(-x^3-5 x^2+x+1)/(x^4-10 x^2+1),{x,0,30}],x] (* or *) LinearRecurrence[{0,10,0,-1},{1,1,5,9},30] (* _Harvey P. Dale_, May 06 2012 *)
%o A080872 (PARI) Vec( (-x^3 - 5*x^2 + x + 1)/(x^4 - 10*x^2 + 1) + O(x^66) ) \\ _Joerg Arndt_, Jan 29 2016
%Y A080872 Cf. A080871, A080873, A080874, A080875.
%Y A080872 Bisections are A001079 and A072256.
%K A080872 nonn,easy
%O A080872 0,3
%A A080872 _Paul D. Hanna_, Feb 22 2003