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!)
A344459 a(n) = Sum_{d|n} d^Omega(d). 0
1, 3, 4, 19, 6, 42, 8, 531, 85, 108, 12, 1786, 14, 206, 234, 66067, 18, 5955, 20, 8124, 452, 498, 24, 334074, 631, 692, 19768, 22174, 30, 27372, 32, 33620499, 1104, 1176, 1238, 1687315, 38, 1466, 1538, 2568636, 42, 74774, 44, 85698, 91440, 2142, 48, 255203578, 2409 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
If p is prime, a(n) = Sum_{d|p} d^Omega(d) = 1^0 + p^1 = p + 1.
LINKS
EXAMPLE
a(8) = Sum_{d|8} d^Omega(d) = 1^0 + 2^1 + 4^2 + 8^3 = 531.
MATHEMATICA
Table[Sum[k^PrimeOmega[k] (1 - Ceiling[n/k] + Floor[n/k]), {k, n}], {n, 80}]
CROSSREFS
Cf. A001222 (Omega).
Sequence in context: A318419 A263968 A020344 * A348349 A248590 A143150
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, May 19 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 April 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)