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!)
A345264 a(n) = Sum_{d|n} rad(d) * mu(n/d)^2. 0
1, 3, 4, 4, 6, 12, 8, 4, 6, 18, 12, 16, 14, 24, 24, 4, 18, 18, 20, 24, 32, 36, 24, 16, 10, 42, 6, 32, 30, 72, 32, 4, 48, 54, 48, 24, 38, 60, 56, 24, 42, 96, 44, 48, 36, 72, 48, 16, 14, 30, 72, 56, 54, 18, 72, 32, 80, 90, 60, 96, 62, 96, 48, 4, 84, 144, 68, 72, 96, 144, 72, 24 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
If p is prime, a(p) = Sum_{d|p} rad(d) * mu(p/d)^2 = 1*1 + p*1 = p + 1.
LINKS
EXAMPLE
a(8) = Sum_{d|8} rad(d) * mu(8/d)^2 = 1*0 + 2*0 + 2*1 + 2*1 = 4.
MATHEMATICA
Table[Sum[(1 - Ceiling[n/i] + Floor[n/i]) MoebiusMu[n/i]^2 Product[k^((PrimePi[k] - PrimePi[k - 1]) (1 - Ceiling[i/k] + Floor[i/k])), {k, i}], {i, n}], {n, 100}]
CROSSREFS
Cf. A007947 (rad).
Sequence in context: A089640 A086659 A265887 * A344465 A008473 A326043
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, Jun 12 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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)