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!)
A164943 Decimal value of the concatenation of first n odd numbers in binary. 1
1, 7, 61, 495, 7929, 126875, 2030013, 32480223, 1039367153, 33259748915, 1064311965301, 34057982889655, 1089855452468985, 34875374479007547, 1116011983328241533, 35712383466503729087, 2285592541856238661601 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(3)=61 because the first 3 odd numbers in binary are 1 11 101, and the concatenation 111101 in base 10 = 61. a(4)=495 because the first 4 odd numbers in binary are 1 11 101 111, and the concatenation 111101111 in base 10 = 495.
MATHEMATICA
Table[FromDigits[Flatten[IntegerDigits[Range[1, 2n+1, 2], 2]], 2], {n, 0, 20}] (* Harvey P. Dale, May 31 2019 *)
CROSSREFS
Sequence in context: A249556 A135165 A218805 * A218228 A155599 A104093
KEYWORD
base,easy,nonn
AUTHOR
Gil Broussard, Sep 01 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 May 3 05:44 EDT 2024. Contains 372205 sequences. (Running on oeis4.)