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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A128093 a(n) = smallest multiple of n which is >= 2^n. 1
2, 4, 9, 16, 35, 66, 133, 256, 513, 1030, 2057, 4104, 8203, 16394, 32775, 65536, 131087, 262152, 524305, 1048580, 2097165, 4194322, 8388629, 16777224, 33554450, 67108886, 134217729, 268435468, 536870939, 1073741850, 2147483677 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

a(n) = n * ceiling(2^n/n) = n* A053638(n)

MATHEMATICA

f[n_] := n*Ceiling[2^n/n]; Array[f, 33] (*Chandler*)

CROSSREFS

Cf. A128092, A053638.

Sequence in context: A062791 A203320 A005980 * A056331 A056336 A203318

Adjacent sequences:  A128090 A128091 A128092 * A128094 A128095 A128096

KEYWORD

nonn

AUTHOR

Leroy Quet Feb 14 2007

EXTENSIONS

Extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Feb 19 2007

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 15 17:13 EST 2012. Contains 205828 sequences.