login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A191188 a(n) = floor(8*n*Pi) - 2*floor(4*n*Pi). 4

%I #9 Apr 26 2021 19:33:14

%S 1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,1,0,1,0,

%T 1,0,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,1,

%U 0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0,1,0

%N a(n) = floor(8*n*Pi) - 2*floor(4*n*Pi).

%t f[n_] := Floor[8 n*Pi] - 2*Floor[4 n*Pi];

%t t = Table[f[n], {n, 1, 220}] (* A191188 *)

%t Flatten[Position[t, 0]] (* A191194 *)

%t Flatten[Position[t, 1]] (* A191202 *)

%Y Cf. A191194, A191202.

%K nonn

%O 1

%A _Clark Kimberling_, May 27 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 14:49 EDT 2024. Contains 371914 sequences. (Running on oeis4.)