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!)
A190546 Positions of 1 in A190544. 6

%I #9 Jul 04 2017 04:01:40

%S 1,6,8,13,18,20,25,30,32,35,37,42,47,49,54,59,61,66,71,76,78,83,88,90,

%T 95,100,105,107,112,117,119,124,129,131,136,141,146,148,153,158,160,

%U 165,170,175,177,182,187,189,194,199,201,204,206,211,216,218,223,228,230,235,240,245,247,252,257,259,264,269,271,274,276,281

%N Positions of 1 in A190544.

%C See A190544.

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

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

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

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

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

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

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

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

%Y Cf. A190544.

%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 25 21:09 EDT 2024. Contains 371989 sequences. (Running on oeis4.)