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!)
A164945 Decimal value of the concatenation of first n multiples of 3 in binary. 0
3, 30, 489, 7836, 125391, 4012530, 128400981, 4108831416, 131482605339, 4207443370878, 269276375736225, 17233688047118436, 1102956035015579943, 70589186240997116394, 4517707919423815449261, 289133306843124188752752 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(3)=489 because the first 3 multiples of 3 in binary are 11 110 1001, and the concatenation 111101001 in base 10 = 489. a(4)=7836 because the first 4 3 multiples of 3 in binary are 11 110 1001 1100, and the concatenation 1111010011100 in base 10 = 7836.
MATHEMATICA
Module[{nn=20, tb}, tb=IntegerDigits[3*Range[nn], 2]; Table[FromDigits[ Flatten[ Take[tb, n]], 2], {n, nn}]] (* Harvey P. Dale, Oct 11 2017 *)
CROSSREFS
Sequence in context: A242005 A276356 A012003 * A354252 A354261 A201466
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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)