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!)
A188322 Positions of 0 in A188321; complement of A188323. 3
1, 4, 5, 7, 8, 11, 14, 15, 18, 21, 22, 24, 25, 28, 31, 32, 35, 38, 39, 41, 42, 45, 48, 49, 52, 55, 56, 59, 62, 63, 65, 66, 69, 72, 73, 76, 79, 80, 82, 83, 86, 89, 90, 93, 96, 97, 100, 103, 104, 106, 107, 110, 113, 114, 117, 120, 121, 123, 124, 127, 130, 131, 134, 137, 138, 140, 141, 144, 147, 148, 151, 154, 155, 158, 161, 162 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See A188014.
LINKS
MATHEMATICA
r=2^(-1/2); k=5;
t=Table[Floor[n*r]-Floor[(n-k)*r]-Floor[k*r], {n, 1, 220}] (*A188321*)
Flatten[Position[t, 0]] (*A188322*)
Flatten[Position[t, 1]] (*A188323*)
CROSSREFS
Sequence in context: A359380 A356160 A120753 * A139201 A049649 A050575
KEYWORD
nonn
AUTHOR
Clark Kimberling, Mar 28 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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)