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!)
A167522 Positive integers not occurring in A167500. 0
3, 5, 6, 11, 12, 13, 15, 16, 19, 21, 25, 27, 28, 29, 32, 33, 35, 37, 39, 40, 42, 45, 47, 53, 54, 55, 58, 60, 65, 72, 73, 74, 76, 78, 79, 81, 82, 84, 85, 88, 90, 92, 93, 96, 98, 102, 105, 106, 108, 112, 115, 116, 117, 118, 121, 122, 123, 127, 128, 130, 133, 134, 139, 141 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Equivalently, positions of zero digits in A167502 (when all terms are concatenated).
LINKS
PROG
(PARI) {a=b=[]; for(n=1, 99, #b>=n & for(i=a[n-1]+1, #b, b[i] & (a=concat(a, i)) & break); #a<n & a=concat(a, #b+1); b=concat(b, binary(a[n]))); for(i=1, #b, b[i] | print1(i", "))}
CROSSREFS
Sequence in context: A335403 A327433 A358866 * A001838 A285785 A080759
KEYWORD
nonn,base
AUTHOR
M. F. Hasler, Nov 05 2009
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 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)