|
|
A099821
|
|
Odd positive integers in base 2 (bisection of A007088).
|
|
7
|
|
|
1, 11, 101, 111, 1001, 1011, 1101, 1111, 10001, 10011, 10101, 10111, 11001, 11011, 11101, 11111, 100001, 100011, 100101, 100111, 101001, 101011, 101101, 101111, 110001, 110011, 110101, 110111, 111001, 111011, 111101, 111111, 1000001
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,2
|
|
COMMENTS
|
List of binary vectors that begin and end with 1.
|
|
LINKS
|
|
|
MAPLE
|
|
|
MATHEMATICA
|
FromDigits/@IntegerDigits[Range[1, 71, 2], 2] (* Harvey P. Dale, Apr 05 2019 *)
|
|
PROG
|
(PARI) a(n) = fromdigits(binary(2*n-1), 10); \\ Michel Marcus, Apr 23 2020
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn,base,easy
|
|
AUTHOR
|
|
|
EXTENSIONS
|
|
|
STATUS
|
approved
|
|
|
|