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!)
A188299 Positions of 1 in A188297; complement of A188298. 3
3, 6, 9, 10, 13, 16, 17, 20, 23, 26, 27, 30, 33, 34, 37, 40, 43, 44, 47, 50, 51, 54, 57, 58, 61, 64, 67, 68, 71, 74, 75, 78, 81, 84, 85, 88, 91, 92, 95, 98, 99, 102, 105, 108, 109, 112, 115, 116, 119, 122, 125, 126, 129, 132, 133, 136, 139, 142, 143, 146, 149, 150, 153, 156, 157, 160, 163, 166, 167, 170, 173, 174, 177, 180 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
LINKS
MATHEMATICA
r=2^(-1/2); k=2;
t=Table[Floor[n*r]-Floor[n*r-k*r]-Floor[k*r], {n, 1, 220}] (* A188297 *)
Flatten[Position[t, 0] ] (* A188298 *)
Flatten[Position[t, 1] ] (* A188299 *)
CROSSREFS
Sequence in context: A247575 A338626 A289130 * A187577 A348237 A111359
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 25 12:15 EDT 2024. Contains 371969 sequences. (Running on oeis4.)