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 A030435 #21 Jun 25 2023 03:42:25 %S A030435 2,2,4,6,12,20,40,68,136,232,464,792,1584,2704,5408,9232,18464,31520, %T A030435 63040,107616,215232,367424,734848,1254464,2508928,4283008,8566016, %U A030435 14623104,29246208,49926400,99852800,170459392,340918784,581984768,1163969536,1987020288 %N A030435 Expansion of g.f. (1 + x - 2*x^2 - x^3)/(1/2 - 2*x^2 + x^4). %C A030435 Also (starting 4,6,...) the number of zig-zag paths from top to bottom of a rectangle of width 7, whose color is that of the top right corner. - _Joseph Myers_, Dec 24 2008 %H A030435 Harvey P. Dale, <a href="/A030435/b030435.txt">Table of n, a(n) for n = 0..1000</a> %H A030435 Joseph Myers, <a href="http://www.polyomino.org.uk/publications/2008/bmo1-2009-q1.pdf">BMO 2008--2009 Round 1 Problem 1---Generalisation</a> %H A030435 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (0,4,0,-2). %F A030435 E.g.f.: cosh(r*x) + cosh(s*x) + (r*sinh(r*x) + s*sinh(s*x))/2, where r = sqrt(2 - sqrt(2)) and s = sqrt(2 + sqrt(2)). - _Stefano Spezia_, Jun 14 2023 %t A030435 CoefficientList[Series[(1+x-2*x^2-x^3)/(1/2-2*x^2+x^4),{x,0,40}],x] (* _Harvey P. Dale_, Oct 05 2020 *) %o A030435 (PARI) Vec((1+x-2*x^2-x^3)/(1/2-2*x^2+x^4)+O(x^99)) \\ _Charles R Greathouse IV_, Sep 27 2012 %Y A030435 Twice A030436. %K A030435 nonn,easy %O A030435 0,1 %A A030435 _N. J. A. Sloane_