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

A099820
Even nonnegative integers in base 2 (bisection of A007088).
3
0, 10, 100, 110, 1000, 1010, 1100, 1110, 10000, 10010, 10100, 10110, 11000, 11010, 11100, 11110, 100000, 100010, 100100, 100110, 101000, 101010, 101100, 101110, 110000, 110010, 110100, 110110, 111000, 111010, 111100, 111110, 1000000
OFFSET
0,2
MAPLE
seq(convert(2*n, binary), n=0..37); # Emeric Deutsch, Dec 15 2004
CROSSREFS
Sequence in context: A121030 A327786 A154810 * A273245 A276349 A167502
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Nov 19 2004
EXTENSIONS
More terms from Emeric Deutsch, Dec 15 2004
STATUS
approved