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 A272532 #28 Mar 17 2018 04:03:45 %S A272532 1,0,1,1,0,1,1,0,1,0,0,1,0,0,1,0,1,1,0,1,1,0,1,1,0,1,0,0,1,0,0,1,0,1, %T A272532 1,0,1,1,0,1,1,0,1,0,0,1,0,0,1,0,1,1,0,1,1,0,1,0,0,1,0,0,1,0,0,1,0,1, %U A272532 1,0,1,1,0,1,0,0,1,0,0,1,0,0,1,0,1,1,0,1,1,0,1,0,0,1,0,0,1,0,1,1,0,1,1,0,1,1,0,1,0,0,1,0,0,1,0,1,1,0,1,1 %N A272532 Single bit representation of the sum of two sinusoids with periods 2 and 2*sqrt(2). %C A272532 Since the ratio of the two periods is irrational, the sequence is strictly non-periodic. %C A272532 From the factorized expression of the corresponding real function of x : 2*cos(2Pi((2 - sqrt(2))/8)x)*sin(2Pi((2 + sqrt(2))/8)x), it is possible to see that the largest distance between consecutive zeros is not greater than the shortest semi-period, 4/(2 + sqrt(2)), that is smaller than 2, and from this it follows that there are no more than two consecutive 0's or 1's. %H A272532 Andres Cicuttin, <a href="/A272532/a272532.pdf">Several segments at different scales of the fractal walk starting at (0,0) with step of unit length turning right if a(n)=1 and left if a(n)=0, except when this rule determines a decrement in the horizontal axes which in that case the step is equal to previous one</a> %F A272532 a(n) = floor( (1 + sin(2*Pi*(1/2)*n) + sin(2*Pi*(1/(2*Sqrt[2]))*n)) mod 2). %t A272532 nmax=120 ; Table[If[Sin[2*Pi*(1/2)*n]+Sin[2*Pi*(1/(2*Sqrt[2]))*n]<0,0,1],{n,1,nmax}] %Y A272532 Conjectured quasiperiodicity in A271591 and A272170. A083035. %K A272532 nonn,base %O A272532 1,1 %A A272532 _Andres Cicuttin_, May 02 2016