The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A345344 a(n) = Sum_{d^2|n} Omega(n/d^2). 1
0, 1, 1, 2, 1, 2, 1, 4, 2, 2, 1, 4, 1, 2, 2, 6, 1, 4, 1, 4, 2, 2, 1, 6, 2, 2, 4, 4, 1, 3, 1, 9, 2, 2, 2, 8, 1, 2, 2, 6, 1, 3, 1, 4, 4, 2, 1, 9, 2, 4, 2, 4, 1, 6, 2, 6, 2, 2, 1, 6, 1, 2, 4, 12, 2, 3, 1, 4, 2, 3, 1, 12, 1, 2, 4, 4, 2, 3, 1, 9, 6, 2, 1, 6, 2, 2, 2, 6, 1, 6, 2, 4, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(p) = Sum_{d^2|p} Omega(p/d^2) = Omega(p) = 1 for primes p.
EXAMPLE
a(24) = Sum_{d^2|24} Omega(24/d^2) = Omega(24) + Omega(6) = 4 + 2 = 6.
a(32) = Sum_{d^2|32} Omega(32/d^2) = Omega(32) + Omega(8) + Omega(2) = 5 + 3 + 1 = 9.
MATHEMATICA
Table[Sum[PrimeOmega[n/k^2] (1 - Ceiling[n/k^2] + Floor[n/k^2]), {k, n}], {n, 100}]
PROG
(PARI) a(n) = sumdiv(n, d, if (issquare(d), bigomega(n/d))); \\ Michel Marcus, Jun 14 2021
CROSSREFS
Cf. A001222 (Omega), A345345.
Sequence in context: A257089 A328892 A296131 * A319004 A234541 A066389
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, Jun 14 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 June 6 04:28 EDT 2024. Contains 373115 sequences. (Running on oeis4.)