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!)
A187973 Positions of 0 in A187972; complement of A187974. 3
3, 5, 8, 10, 15, 17, 20, 22, 27, 29, 32, 34, 37, 39, 44, 46, 49, 51, 56, 58, 61, 63, 66, 68, 73, 75, 78, 80, 85, 87, 90, 92, 97, 99, 102, 104, 107, 109, 114, 116, 119, 121, 126, 128, 131, 133, 136, 138, 143, 145, 148, 150, 155, 157, 160, 162, 167, 169, 172, 174, 177, 179, 184, 186, 189, 191, 196, 198, 201, 203, 206, 208, 213, 215, 218, 220 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A187950.
LINKS
MATHEMATICA
r=2^(1/2);
seqA=Table[Floor[(n+4)r]-Floor[n*r]-Floor[4r], {n, 1, 220}] (* A187972 *)
Flatten[Position[seqA, 0] ] (* A187973 *)
Flatten[Position[seqA, 1] ] (* A187974 *)
CROSSREFS
Sequence in context: A162383 A123327 A024679 * A190488 A182082 A117467
KEYWORD
nonn
AUTHOR
Clark Kimberling, Mar 17 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 23 13:51 EDT 2024. Contains 371914 sequences. (Running on oeis4.)