The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A190545 Positions of 0 in A190544. 6
3, 5, 10, 15, 17, 22, 27, 29, 34, 39, 44, 46, 51, 56, 58, 63, 68, 73, 75, 80, 85, 87, 92, 97, 99, 102, 104, 109, 114, 116, 121, 126, 128, 133, 138, 143, 145, 150, 155, 157, 162, 167, 169, 172, 174, 179, 184, 186, 191, 196, 198, 203, 208, 213, 215, 220, 225, 227, 232, 237, 242, 244, 249, 254, 256, 261, 266, 268, 273, 278, 283, 285 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A190544.
LINKS
MATHEMATICA
r = Sqrt[2]; b = 4; c = 0;
f[n_] := Floor[(b*n + c)*r] - b*Floor[n*r] - Floor[c*r];
t = Table[f[n], {n, 1, 200}] (* A190544 *)
Flatten[Position[t, 0]] (* A190545 *)
Flatten[Position[t, 1]] (* A190546 *)
Flatten[Position[t, 2]] (* A190547 *)
Flatten[Position[t, 3]] (* A190548 *)
CROSSREFS
Cf. A190544.
Sequence in context: A089483 A323858 A190484 * A190557 A023602 A024452
KEYWORD
nonn
AUTHOR
Clark Kimberling, May 12 2011
STATUS
approved

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 May 18 14:27 EDT 2024. Contains 372630 sequences. (Running on oeis4.)