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

A188968
Positions of 0 in A188967; complement of A188968.
3
1, 3, 6, 7, 8, 14, 15, 16, 17, 18, 19, 20, 22, 32, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 49, 50, 51, 52, 55, 56, 58, 64, 72, 80, 81, 86, 89, 90, 92, 93, 94, 95, 98, 99, 101, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 121, 123, 124, 125, 126, 127, 128
OFFSET
1,2
LINKS
MATHEMATICA
(See A188967.)
PROG
(Haskell)
a188968 n = a188968_list !! (n-1)
a188968_list = filter ((== 0) . a188967) [1..]
-- Reinhard Zumkeller, May 18 2015
CROSSREFS
Sequence in context: A139451 A081291 A189095 * A189211 A301287 A310133
KEYWORD
nonn
AUTHOR
Clark Kimberling, Apr 14 2011
STATUS
approved