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”).

A188434
Positions of 0 in A188433; complement of A188435.
5
2, 5, 10, 13, 18, 23, 26, 31, 34, 39, 44, 47, 52, 57, 60, 65, 68, 73, 78, 81, 86, 89, 94, 99, 102, 107, 112, 115, 120, 123, 128, 133, 136, 141, 146, 149, 154, 157, 162, 167, 170, 175, 178, 183, 188, 191, 196, 201, 204, 209, 212, 217, 222, 225, 230, 233, 238, 243, 246, 251, 256, 259, 264, 267, 272, 277, 280
OFFSET
1,1
COMMENTS
See A188433.
Is a(n) = A101868(n-1) for n>1? - R. J. Mathar, Apr 01 2011
Yes: this follows from A188433(n) = 1 - A188009(n), for n > 2, using [-x] = -[x] - 1 for non-integer x. This implies the above, A188434(n) = A101868(n+1) = A101866(1,n+1), and also A188435(n) = A188010(n+1), for all n > 1. - M. F. Hasler, Dec 14 2017
MATHEMATICA
Flatten[Position[A188433, 0]] (* moved here from A188433 by M. F. Hasler, Dec 14 2017 *)
CROSSREFS
Sequence in context: A047617 A190437 A190249 * A135467 A230550 A018571
KEYWORD
nonn
AUTHOR
Clark Kimberling, Mar 31 2011
STATUS
approved