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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A162214 a(n) = the largest positive multiple of n with exactly n digits when written in binary. 1
1, 2, 6, 12, 30, 60, 126, 248, 504, 1020, 2046, 4092, 8190, 16380, 32760, 65520, 131070, 262134, 524286, 1048560, 2097144, 4194300, 8388606, 16777200, 33554425, 67108860, 134217702, 268435440, 536870910, 1073741820, 2147483646 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(n) = n * floor ((2^n-1)/n). [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Jul 11 2009]

MAPLE

a:= n-> n *floor ((2^n-1)/n): seq (a(n), n=1..40); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Jul 11 2009]

CROSSREFS

A162213

Sequence in context: A005417 A058215 A166456 * A100071 A129912 A182863

Adjacent sequences:  A162211 A162212 A162213 * A162215 A162216 A162217

KEYWORD

base,nonn

AUTHOR

Leroy Quet, Jun 28 2009

EXTENSIONS

More terms from Alois P. Heinz (heinz(AT)hs-heilbronn.de), Jul 11 2009

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 14 11:36 EST 2012. Contains 205623 sequences.