login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
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
KEYWORD
nonn
AUTHOR
Clark Kimberling, Mar 28 2011
STATUS
approved