login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A108020 Numbers n whose binary representation is 1100, n times. 0
0, 12, 204, 3276, 52428, 838860, 13421772, 214748364, 3435973836, 54975581388, 879609302220, 14073748835532, 225179981368524, 3602879701896396, 57646075230342348, 922337203685477580, 14757395258967641292 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Numbers whose base 16 representation consists entirely of 12's; 12 times base 16 repunits. - Frank Adams-Watters (FrankTAW(AT)Netscape.net), Mar 29 2006

FORMULA

a(n) = (16^n-1)/15*12. - Frank Adams-Watters (FrankTAW(AT)Netscape.net), Mar 29 2006

EXAMPLE

a(3)=3276 because 3276 translated in base 2 is three times 1100: 110011001100.

MATHEMATICA

Table[ FromDigits[ Flatten[ Table[{1, 1, 0, 0}, {i, n}]], 2], {n, 0, 16}] (from Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 01 2005)

CROSSREFS

Sequence in context: A141836 A083932 A080316 * A097193 A051688 A198529

Adjacent sequences:  A108017 A108018 A108019 * A108021 A108022 A108023

KEYWORD

easy,nonn

AUTHOR

Alexandre Wajnberg (alexandre.wajnberg(AT)ulb.ac.be), May 31 2005

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 01 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 06:13 EST 2012. Contains 205991 sequences.