1,1
Leroy Quet, Home Page (listed in lieu of email address)
a(n) = n * ceiling(2^n/n) = n* A053638(n)
f[n_] := n*Ceiling[2^n/n]; Array[f, 33] (*Chandler*)
Cf. A128092, A053638.
Sequence in context: A131337 A062791 A005980 this_sequence A056331 A056336 A060401
Adjacent sequences: A128090 A128091 A128092 this_sequence A128094 A128095 A128096
nonn
Leroy Quet Feb 14 2007
Extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Feb 19 2007
Search completed in 0.002 seconds