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!)
A347614 a(n) = Sum_{k=1..n} n^Omega(k). 2
1, 3, 7, 25, 41, 91, 127, 673, 1009, 1441, 1871, 4093, 5149, 6553, 8191, 75361, 95201, 124543, 153217, 194561, 234781, 280897, 332949, 723673, 849601, 991251, 1168831, 1369117, 1569597, 1818301, 2065531, 35891553, 41771137, 48397471, 55839561, 65848861, 75339253 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(5) = Sum_{k=1..5} 5^Omega(k) = 5^0 + 5^1 + 5^1 + 5^2 + 5^1 = 41.
MATHEMATICA
Table[Sum[n^PrimeOmega[k], {k, n}], {n, 40}]
PROG
(PARI) a(n) = sum(k=1, n, n^bigomega(k)); \\ Michel Marcus, Sep 09 2021
CROSSREFS
Cf. A001222 (Omega), A347616.
Sequence in context: A118718 A349753 A058781 * A363535 A100462 A161637
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, Sep 08 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 30 06:28 EDT 2024. Contains 374737 sequences. (Running on oeis4.)