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!)
A061258 a(n)=Sum_{d|n} d*psi(d), where psi(d) is reduced totient function, cf. A002322. 5
1, 3, 7, 11, 21, 21, 43, 27, 61, 63, 111, 53, 157, 129, 87, 91, 273, 183, 343, 151, 175, 333, 507, 117, 521, 471, 547, 305, 813, 261, 931, 347, 447, 819, 483, 431, 1333, 1029, 631, 327, 1641, 525, 1807, 781, 681, 1521, 2163, 373, 2101, 1563, 1095, 1103, 2757 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) = sum(A027750(n,k)*A002322(A027750(n,k)): k = 1..A000005(n)). - Reinhard Zumkeller, Sep 02 2014
LINKS
PROG
(Haskell)
a061258 n = sum $ zipWith (*) ds $ map a002322 ds
where ds = a027750_row n
-- Reinhard Zumkeller, Sep 02 2014
CROSSREFS
Sequence in context: A178881 A244001 A333695 * A057660 A130972 A350400
KEYWORD
easy,nonn
AUTHOR
Vladeta Jovovic, Apr 21 2001
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 March 19 01:57 EDT 2024. Contains 370952 sequences. (Running on oeis4.)