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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A069193 Sum_{d|n} d*phi(n)/phi(d). 1
1, 3, 5, 10, 9, 15, 13, 28, 24, 27, 21, 50, 25, 39, 45, 72, 33, 72, 37, 90, 65, 63, 45, 140, 70, 75, 99, 130, 57, 135, 61, 176, 105, 99, 117, 240, 73, 111, 125, 252, 81, 195, 85, 210, 216, 135, 93, 360, 140, 210, 165, 250, 105, 297, 189, 364, 185, 171, 117, 450 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MAPLE

with(numtheory):for n from 1 to 200 do di := sort(convert(divisors(n), list)): a[n] := sum(di[i]*phi(n)/phi(di[i]), i=1..nops(di)):od:seq(a[k], k=1..200);

CROSSREFS

Cf. A000010.

Sequence in context: A083519 A173706 A176629 * A078430 A113858 A101130

Adjacent sequences:  A069190 A069191 A069192 * A069194 A069195 A069196

KEYWORD

mult,easy,nonn

AUTHOR

Vladeta Jovovic (vladeta(AT)eunet.rs), Apr 10 2002

EXTENSIONS

More terms from Sascha Kurz (sascha.kurz(AT)uni-bayreuth.de), Feb 02 2003

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:35 EST 2012. Contains 205753 sequences.