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.
%I A088002 #17 Jan 08 2023 11:10:23 %S A088002 1,0,0,0,0,-1,0,1,0,-1,1,1,-2,-1,3,0,-4,2,5,-5,-5,9,3,-14,2,19,-11, %T A088002 -22,25,20,-44,-9,66,-16,-86,60,95,-126,-79,212,19,-307,107,386,-319, %U A088002 -405,626,298,-1012,21,1417,-647,-1715,1659,1694,-3076,-1047,4791,-612,-6485,3688,7532,-8479,-6920,14964,3232 %N A088002 Expansion of (1+x^2)/(1+x^2+x^5). %H A088002 Robert Israel, <a href="/A088002/b088002.txt">Table of n, a(n) for n = 0..10000</a> %H A088002 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (0,-1,0,0,-1) %p A088002 f:= gfun:-rectoproc({a(n+5)=-a(n)-a(n+3),a(0)=1, %p A088002 seq(a(i)=0,i=1..4)},a(n),remember): %p A088002 map(f, [$1..100]); # _Robert Israel_, Jul 18 2016 %t A088002 CoefficientList[Series[(1+x^2)/(1+x^2+x^5),{x,0,80}],x] (* or *) LinearRecurrence[ {0,-1,0,0,-1},{1,0,0,0,0},80] (* _Harvey P. Dale_, Jan 08 2023 *) %o A088002 (PARI) Vec((1+x^2)/(1+x^2+x^5)+O(x^99)) \\ _Charles R Greathouse IV_, Sep 26 2012 %Y A088002 Cf. A011746. %K A088002 sign,easy %O A088002 0,13 %A A088002 _N. J. A. Sloane_, Nov 02 2003