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 A114607 #7 Feb 07 2020 06:11:23 %S A114607 1,0,1,0,1,1,0,1,1,1,0,1,1,1,1,0,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1, %T A114607 1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,1, %U A114607 1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1 %N A114607 Start with 1 0 1 0 then add a one every time (e.g. 1 1 0 1 1 1 0 1 1 1 1 0 ...). %F A114607 a(n)=A023532(n-2), n>1. [From _R. J. Mathar_, Aug 11 2008] %t A114607 Flatten[Join[{1,0},Table[Join[PadRight[{},n,1],{0}],{n,20}]]] (* _Harvey P. Dale_, Dec 23 2012 *) %Y A114607 Cf. A073424. %Y A114607 Essentially the same sequence as A023532 and A123110. - _N. J. A. Sloane_, Feb 07 2020 %K A114607 nonn %O A114607 1,1 %A A114607 Dan M. Smith (SmittyDa33(AT)yahoo.com), Dec 14 2005