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!)
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
seq(convert(2*n-1, binary), n=1..37); # Emeric Deutsch, Dec 15 2004
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
Sequence in context: A072001 A265510 A265528 * A193415 A263609 A333415
KEYWORD
nonn,base,easy
AUTHOR
N. J. A. Sloane, Nov 19 2004
EXTENSIONS
More terms from Emeric Deutsch, Dec 15 2004
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 September 16 12:54 EDT 2024. Contains 375976 sequences. (Running on oeis4.)