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!)
A188302 Positions of 1 in A188300; complement of A188301. 3
10, 17, 27, 34, 44, 51, 58, 68, 75, 85, 92, 99, 109, 116, 126, 133, 143, 150, 157, 167, 174, 184, 191, 198, 208, 215, 225, 232, 242, 249, 256, 266, 273, 283, 290, 297, 307, 314, 324, 331, 338, 348, 355, 365, 372, 382, 389, 396, 406, 413, 423, 430, 437, 447, 454, 464, 471, 481 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
LINKS
MATHEMATICA
r=2^(-1/2); k=3;
t=Table[Floor[n*r]-Floor[n*r-k*r]-Floor[k*r], {n, 1, 220}] (* A188300 *)
Flatten[Position[t, 0] ] (* A188301 *)
Flatten[Position[t, 1] ] (* A188302 *)
CROSSREFS
Sequence in context: A092599 A127853 A267737 * A190771 A034097 A034107
KEYWORD
nonn
AUTHOR
Clark Kimberling, Mar 27 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 April 19 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)