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!)
A328260 a(n) = n * omega(n). 5
0, 2, 3, 4, 5, 12, 7, 8, 9, 20, 11, 24, 13, 28, 30, 16, 17, 36, 19, 40, 42, 44, 23, 48, 25, 52, 27, 56, 29, 90, 31, 32, 66, 68, 70, 72, 37, 76, 78, 80, 41, 126, 43, 88, 90, 92, 47, 96, 49, 100, 102, 104, 53, 108, 110, 112, 114, 116, 59, 180, 61, 124, 126, 64, 130, 198, 67, 136, 138, 210 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Mikhail R. Gabdullin and Vitalii V. Iudelevich, Numbers of the form kf(k), arXiv:2201.09287 [math.NT] (2022).
Eric Weisstein's World of Mathematics, Distinct Prime Factors
FORMULA
G.f.: Sum_{k>=1} prime(k) * x^prime(k) / (1 - x^prime(k))^2.
a(n) = bigomega(rad(n)^n).
a(n) = Sum_{d|n} A061397(n/d) * d.
Define f(x) = #{n <= x: a(n) <= x}. Gabdullin & Iudelevich show that f(x) ~ x/log log x. - Charles R Greathouse IV, Mar 16 2022
MATHEMATICA
Table[n PrimeNu[n], {n, 1, 70}]
nmax = 70; CoefficientList[Series[Sum[Prime[k] x^Prime[k]/(1 - x^Prime[k])^2, {k, 1, nmax}], {x, 0, nmax}], x] // Rest
PROG
(Magma) [0] cat [n*(#PrimeDivisors(n)):n in [2..70]]; // Marius A. Burtea, Oct 10 2019
(PARI) a(n)=n*omega(n) \\ Charles R Greathouse IV, Mar 16 2022
CROSSREFS
Sequence in context: A369864 A065636 A353694 * A229347 A367167 A135323
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Oct 09 2019
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 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)