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!)
A345303 a(n) = Sum_{p|n, p prime} p * gcd(p,n/p). 0
0, 2, 3, 4, 5, 5, 7, 4, 9, 7, 11, 7, 13, 9, 8, 4, 17, 11, 19, 9, 10, 13, 23, 7, 25, 15, 9, 11, 29, 10, 31, 4, 14, 19, 12, 13, 37, 21, 16, 9, 41, 12, 43, 15, 14, 25, 47, 7, 49, 27, 20, 17, 53, 11, 16, 11, 22, 31, 59, 12, 61, 33, 16, 4, 18, 16, 67, 21, 26, 14, 71, 13, 73, 39, 28 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
If p is prime, a(p) = Sum_{p|p} p * gcd(p,p/p) = p * 1 = p.
LINKS
EXAMPLE
a(18) = Sum_{p|18} p * gcd(p,18/p) = 2*gcd(2,9) + 3*gcd(3,6) = 2*1 + 3*3 = 11.
MATHEMATICA
Table[Sum[k*GCD[k, n/k] (PrimePi[k] - PrimePi[k - 1]) (1 - Ceiling[n/k] + Floor[n/k]), {k, n}], {n, 100}]
CROSSREFS
Cf. A345266.
Sequence in context: A238714 A289311 A351926 * A345310 A029908 A081758
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, Jun 13 2021
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 July 22 07:42 EDT 2024. Contains 374481 sequences. (Running on oeis4.)