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!)
A090879 a(n) = Sum_{d|n} d*2^(n-d). 5
1, 4, 7, 20, 21, 94, 71, 328, 457, 1194, 1035, 7052, 4109, 17294, 33807, 83984, 65553, 389650, 262163, 1484820, 1949717, 4216854, 4194327, 29409304, 22020121, 67215386, 119799835, 350453788, 268435485, 1755807774, 1073741855 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: Sum_{m>0} m*x^m/(1-(2*x)^m).
MATHEMATICA
f[n_] := Block[{d = Divisors[n]}, Apply[Plus, d*2^(n - d)]]; Table[ f[n], {n, 1, 32}] (* Robert G. Wilson v, Feb 16 2004 *)
CROSSREFS
Sequence in context: A127415 A045548 A359733 * A084404 A147065 A049947
KEYWORD
easy,nonn
AUTHOR
Vladeta Jovovic, Feb 14 2004
EXTENSIONS
More terms from Robert G. Wilson v, Feb 16 2004
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 23 11:35 EDT 2024. Contains 371912 sequences. (Running on oeis4.)