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 A174007 #9 Jun 20 2017 01:35:16 %S A174007 2,0,2,-1,2,-2,2,-3,2,-4,2,-5,2,-6,2,-7,2,-8,2,-9,2,-10,2,-11,2,-12,2, %T A174007 -13,2,-14,2,-15,2,-16,2,-17,2,-18,2,-19,2,-20,2,-21,2,-22,2,-23,2, %U A174007 -24,2,-25,2,-26,2,-27,2,-28,2,-29,2,-30,2,-31,2,-32,2,-33,2,-34,2,-35,2 %N A174007 a(2n+1)=2. a(2n)= 1-n. %C A174007 A064680(n)+A022998(n-1) =c(n) = 2, 2, 10, 5, 18, 8, 26, 11,.. has differences c(2n)-c(2n-1) = -5*(n-1) = -A008587(n-1). %H A174007 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (0,2,0,-1). %F A174007 a(n) = n/4+3/2-(-1)^n*(n/4+1/2). %F A174007 a(n)= +2*a(n-2) -a(n-4). G.f.: -x*(-2+2*x^2+x^3) / ( (x-1)^2*(1+x)^2 ). %F A174007 a(n+1)-a(n) = (-1)^n*A008619(n+1). %F A174007 a(n) = A064680(n)-A022998(n-1). %Y A174007 Cf. A147657. %K A174007 easy,sign %O A174007 1,1 %A A174007 _Paul Curtz_, Mar 05 2010