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!)
A334782 a(n) = Sum_{d|n} lcm(d, tau(d)). 2
1, 3, 7, 15, 11, 21, 15, 23, 16, 33, 23, 45, 27, 45, 77, 103, 35, 48, 39, 105, 105, 69, 47, 77, 86, 81, 124, 141, 59, 231, 63, 199, 161, 105, 165, 108, 75, 117, 189, 153, 83, 315, 87, 213, 176, 141, 95, 397, 162, 258, 245, 249, 107, 372, 253, 205, 273, 177 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(p) = 2p + 1 for p = odd primes (A065091).
EXAMPLE
a(6) = lcm(1, tau(1)) + lcm(2, tau(2)) + lcm(3, tau(3)) + lcm(6, tau(6)) = lcm(1, 1) + lcm(2, 2) + lcm(3, 2) + lcm(6, 4) = 1 + 2 + 6 + 12 = 21.
MATHEMATICA
a[n_] := DivisorSum[n, LCM[#, DivisorSigma[0, #]] &]; Array[a, 100] (* Amiram Eldar, May 10 2020 *)
PROG
(Magma) [&+[LCM(d, #Divisors(d)): d in Divisors(n)]: n in [1..100]]
(PARI) a(n) = sumdiv(n, d, lcm(d, numdiv(d))); \\ Michel Marcus, May 10 2020
CROSSREFS
Cf. A322979 (Sum_{d|n} gcd(d, tau(d))), A334783 (Sum_{d|n} lcm(d, sigma(d))).
Cf. A000005 (tau(n)), A000203 (sigma(n)), A009230 (lcm(n, tau(n))).
Sequence in context: A114396 A348483 A333556 * A102032 A086517 A346296
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, May 10 2020
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 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)