login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A079112
Numbers in binary representation with odd length.
1
0, 1, 100, 101, 110, 111, 10000, 10001, 10010, 10011, 10100, 10101, 10110, 10111, 11000, 11001, 11010, 11011, 11100, 11101, 11110, 11111, 1000000, 1000001, 1000010, 1000011, 1000100, 1000101, 1000110, 1000111, 1001000, 1001001
OFFSET
0,3
COMMENTS
a(n) = A007088(A053738(n)).
MATHEMATICA
Join[{0}, Select[FromDigits/@Tuples[{0, 1}, 7], OddQ[IntegerLength[#]]&]] (* Harvey P. Dale, Sep 04 2021 *)
CROSSREFS
Sequence in context: A070794 A090429 A248711 * A210666 A280825 A233345
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, Dec 25 2002
STATUS
approved