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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061150 a(n)=Sum_{d|n} d*ithprime(d). 3
2, 8, 17, 36, 57, 101, 121, 188, 224, 353, 343, 573, 535, 729, 777, 1036, 1005, 1406, 1275, 1801, 1669, 2087, 1911, 2861, 2482, 3167, 3005, 3753, 3163, 4541, 3939, 5228, 4879, 5737, 5391, 7314, 5811, 7475, 7063, 8873, 7341, 9957, 8215, 10607, 9849 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

Equals M * V, where M = A127093 as an infinite lower triangular matrix and V = A000040, the sequence of primes as a vector. E.g. a(4) = 36 = 1*2 + 2*3 + 4*7, where (1, 2, 0, 4) = row 4 of A127093 and 2, 3 and 7 are p(1), p(2), p(4). - Gary W. Adamson (qntmpkt(AT)yahoo.com), Jan 11 2007

EXAMPLE

a(4)=36 because the divisors of 4 are 1,2,4 and 1*p(1)+2*p(2)+4*p(4)=1*2+2*3+4*7=36.

MAPLE

with(numtheory): a:=proc(n) local div: div:=divisors(n): sum(div[j]*ithprime(div[j]), j=1..tau(n)) end: seq(a(n), n=1..55); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Jan 20 2007

CROSSREFS

Cf. A007441, A007445, A030009, A061151-A061152.

Cf. A127093.

Sequence in context: A192159 A066564 A034972 * A160189 A154349 A073601

Adjacent sequences:  A061147 A061148 A061149 * A061151 A061152 A061153

KEYWORD

easy,nonn

AUTHOR

Vladeta Jovovic (vladeta(AT)eunet.rs), Apr 16 2001

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), May 04 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 09:49 EST 2012. Contains 205763 sequences.