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 A077397 #20 Jan 11 2025 05:20:34 %S A077397 1,31,14,494,223,7873,3554,125474,56641,1999711,902702,31869902, %T A077397 14386591,507918721,229282754,8094829634,3654137473,129009355423, %U A077397 58236916814,2056054857134,928136531551,32767868358721,14791947588002,522229838882402,235743024876481 %N A077397 Expansion of (1+31*x-2*x^2-2*x^3)/(1-16*x^2+x^4). %H A077397 G. C. Greubel, <a href="/A077397/b077397.txt">Table of n, a(n) for n = 0..1000</a> %H A077397 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (0,16,0,-1). %F A077397 a(2*n+4) = 16*a(2*n+2) - a(2*n), with a(0)=1, a(2)=14; %F A077397 a(2*n+5) = 16*a(2*n+3) - a(2n+1), with a(1)=31, a(3)=494. %F A077397 a(n) = 16*a(n-2) - a(n-4) for n>3. - _Colin Barker_, Jul 27 2020 %t A077397 CoefficientList[Series[(1+31x-2x^2-2x^3)/(1-16x^2+x^4), {x,0,40}],x] (* _Harvey P. Dale_, Mar 25 2011 *) %o A077397 (PARI) my(x='x+O('x^30)); Vec((1+31*x-2*x^2-2*x^3)/(1-16*x^2+x^4)) \\ _G. C. Greubel_, Jan 18 2018 %o A077397 (Magma) Q:=Rationals(); R<x>:=PowerSeriesRing(Q,30); Coefficients(R!((1+31*x-2*x^2-2*x^3)/(1-16*x^2+x^4))); // _G. C. Greubel_, Jan 18 2018 %Y A077397 Used for calculating the values in A077398 %K A077397 easy,nonn %O A077397 0,2 %A A077397 Bruce Corrigan (scentman(AT)myfamily.com), Nov 05 2002 %E A077397 More terms from _Harvey P. Dale_, Mar 25 2011