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 A177010 #18 Jan 05 2025 19:51:39 %S A177010 1,-2,-3,-8,-28,-112,-484,-2200,-10364,-50144,-247684,-1243816, %T A177010 -6331164,-32591184,-169376484,-887465784,-4682990076,-24864759744, %U A177010 -132745182724,-712136879944,-3837043171100,-20755343638064,-112668274522852,-613581530620888,-3351355226348668,-18354390999804832,-100771410237846404,-554536090460808680 %N A177010 G.f.: ((1-q)^2+(1+q)*sqrt(1-6*q+q^2))/2. %H A177010 Harris Kwong, <a href="https://web.archive.org/web/2024*/https://www.fq.math.ca/Papers1/48-4/Kwong.pdf">On recurrences of Fahr and Ringel: an alternate approach</a>, Fibonacci Quart. 48 (2010), no. 4, 363-365; see p. 364. %t A177010 CoefficientList[Series[((1 - x)^2 + (1 + x) Sqrt[1 - 6 x + x^2])/2, {x, 0, 27}], x] (* _Michael De Vlieger_, Oct 12 2016 *) %Y A177010 Cf. A010683 (a closely-related g.f.) %K A177010 sign %O A177010 0,2 %A A177010 _N. J. A. Sloane_, Dec 08 2010