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 A065497 #14 May 15 2019 09:00:01 %S A065497 0,0,0,0,1,2,7,16,40,92,209,468,1027,2242,4832,10360,22049,46694, %T A065497 98419,206588,432132,900980,1873297,3884904,8038295,16597478,34205700, %U A065497 70372728,144550977,296486538,607301551,1242406568,2538762208,5182207180 %N A065497 Number of (binary) bit strings of length n having at least one even length block of 0's followed by an even length block of 1's. %H A065497 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (2,3,-4,-5,2). %F A065497 G.f.: x^4/((1 - 2*x)*(1 - 3*x^2 - 2*x^3 + x^4)). [Corrected by _Georg Fischer_, May 15 2019] %e A065497 a(6)=7 because of 000011, 001100, 001101, 001111, 010011, 100110, 110011. %t A065497 CoefficientList[Series[x^4/((1 - 2 x) (1 - 3 x^2 - 2 x^3 + x^4)), {x, 0, 33}], x] (* _Georg Fischer_, May 15 2019 *) %Y A065497 Cf. A065455, A065494, A065495. %K A065497 nonn,easy %O A065497 0,6 %A A065497 _Len Smiley_, Nov 24 2001 %E A065497 Offset changed from 4 to 0 by _Georg Fischer_, May 15 2019