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!)
A190212 Positions of 1 in A190210; complement of A190211. 3

%I #10 Dec 28 2017 03:39:11

%S 1,2,6,7,8,11,12,13,14,18,19,22,24,25,28,30,31,33,35,36,39,41,42,44,

%T 45,47,48,50,53,55,56,59,61,62,65,66,67,70,72,73,76,77,78,79,82,83,84,

%U 88,89,90,94,95,96,100,101,105,106,107,110,111,112,113,117,118,121,123,124,127,129,130,132,135,138,140,141,143,144,146,147,149,152,154

%N Positions of 1 in A190210; complement of A190211.

%H G. C. Greubel, <a href="/A190212/b190212.txt">Table of n, a(n) for n = 1..5500</a>

%t u = 8^(1/2); v = 1/u;

%t f[n_] := Floor[n*u + n*v] - Floor[n*u] - Floor[n*v]

%t t = Table[f[n], {n, 1, 120}] (* A190210 *)

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

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

%Y Cf. A190210, A190211.

%K nonn

%O 1,2

%A _Clark Kimberling_, May 05 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 24 05:40 EDT 2024. Contains 371918 sequences. (Running on oeis4.)