cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A277018 Numbers n for which A277017(n) = 0; range of A277022 sorted into ascending order.

This page as a plain text file.
%I A277018 #9 Sep 26 2016 21:44:40
%S A277018 0,1,2,4,5,6,8,9,10,12,13,16,17,18,20,21,22,24,25,26,28,32,33,34,36,
%T A277018 37,38,40,41,42,44,45,48,49,50,52,53,54,56,57,58,60,64,65,66,68,69,70,
%U A277018 72,73,74,76,77,80,81,82,84,85,86,88,89,90,92,96,97,98,100,101,102,104,105,106,108,109,112,113,114,116,117,118,120
%N A277018 Numbers n for which A277017(n) = 0; range of A277022 sorted into ascending order.
%C A277018 Numbers such that no run of 1-bits has length >= A000040(1 + the total number of 0-bits anywhere right of that run in the binary expansion of n).
%C A277018 Indexing starts from zero as a(0) = 0 is a special case in this sequence.
%H A277018 Antti Karttunen, <a href="/A277018/b277018.txt">Table of n, a(n) for n = 0..10000</a>
%H A277018 <a href="/index/Bi#binary">Index entries for sequences related to binary expansion of n</a>
%H A277018 <a href="/index/Pri#primorialbase">Index entries for sequences related to primorial base</a>
%F A277018 Other identitities:
%F A277018 A129251(A005940(1+a(n))) = 0 for all n.
%e A277018 60 ("111100" in binary, A007088) is present as 4 < prime(2+1) = 5.
%o A277018 (Scheme, with _Antti Karttunen_'s IntSeq-library)
%o A277018 (define A277018 (ZERO-POS 0 0 A277017))
%Y A277018 Complement: A277019.
%Y A277018 Positions of zeros in A277017.
%Y A277018 Sequence A277022 sorted into ascending order.
%Y A277018 Cf. A000040, A005940, A007088, A129251.
%Y A277018 Differs from its subsequence of A277008 for the first time at n=41, where a(41)=60, a value which is missing from A277008.
%K A277018 nonn,base
%O A277018 0,3
%A A277018 _Antti Karttunen_, Sep 26 2016