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!)
A190552 Positions of 2 in A190549. 6

%I #7 Jul 04 2017 14:38:58

%S 1,6,11,16,18,23,28,30,35,40,42,45,47,52,57,59,64,69,71,76,81,86,88,

%T 93,98,100,105,110,115,117,122,127,129,134,139,141,146,151,156,158,

%U 163,168,170,175,180,185,187,192,197,199,204,209,211,214,216,221,226,228,233,238,240,245,250,255,257,262,267,269,274,279,284,286

%N Positions of 2 in A190549.

%C See A190549.

%H G. C. Greubel, <a href="/A190552/b190552.txt">Table of n, a(n) for n = 1..1000</a>

%t r = Sqrt[2]; b = 4; c = 1;

%t f[n_] := Floor[(b*n + c)*r] - b*Floor[n*r] - Floor[c*r];

%t t = Table[f[n], {n, 1, 200}] (* A190549 *)

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

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

%t Flatten[Position[t, 2]] (* A190552 *)

%t Flatten[Position[t, 3]] (* A190553 *)

%t Flatten[Position[t, 4]] (* A190554 *)

%Y Cf. A190549.

%K nonn

%O 1,2

%A _Clark Kimberling_, May 12 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 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)