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 A164408 #24 Dec 30 2023 21:19:25 %S A164408 1,2,4,8,13,23,40,68,118,203,349,602,1036,1784,3073,5291,9112,15692, %T A164408 27022,46535,80137,138002,237652,409256,704773,1213679,2090056, %U A164408 3599252,6198214,10673843,18381253,31654058,54510940,93872408,161656153,278385443,479403064 %N A164408 Number of binary strings of length n with no substrings equal to 0000 0001 or 0011. %H A164408 Alois P. Heinz, <a href="/A164408/b164408.txt">Table of n, a(n) for n = 0..2000</a> (500 terms from R. H. Hardin) %H A164408 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (1,1,1,-1). %F A164408 G.f.: (x+1)*(x^2+1) / ( 1-x-x^2-x^3+x^4 ). - _R. J. Mathar_, Nov 28 2011 %t A164408 CoefficientList[Series[(13 + 10*x + 4*x^2 - 8*x^3)/(1 - x - x^2 - x^3 + x^4), {x, 0, 50}], x] (* _Wesley Ivan Hurt_, Jan 10 2017 *) %t A164408 LinearRecurrence[{1,1,1,-1}, {13, 23, 40, 68}, 50] (* _G. C. Greubel_, Sep 19 2017 *) %o A164408 (PARI) x='x+O('x^50); Vec(x^4*(13+10*x+4*x^2-8*x^3)/(1-x-x^2-x^3+x^4)) \\ _G. C. Greubel_, Sep 19 2017 %K A164408 nonn,easy %O A164408 0,2 %A A164408 _R. H. Hardin_, Aug 14 2009 %E A164408 Edited by _Alois P. Heinz_, Dec 30 2023