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!)
A369309 The number of powerful divisors d of n such that n/d is also powerful. 2
1, 0, 0, 2, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 2, 0, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
Multiplicative with a(p^2) = 2 and a(p^e) = e-1 if e != 2.
a(n) > 0 if and only if n is powerful (A001694).
Dirichlet g.f.: (zeta(2*s)*zeta(3*s)/zeta(6*s))^2.
Sum_{k=1..n} a(k) ~ (zeta(3/2)^2/(2*zeta(3)^2)) * sqrt(n) * (log(n) + 4*gamma - 2 + 6*zeta'(3/2)/zeta(3/2) - 12*zeta'(3)/zeta(3)), where gamma is Euler's constant (A001620).
MATHEMATICA
f[p_, e_] := If[e == 2, 2, e-1]; a[1] = 1; a[n_] := Times @@ f @@@ FactorInteger[n]; Array[a, 100]
PROG
(PARI) a(n) = vecprod(apply(x -> if(x==2, 2, x-1), factor(n)[, 2]));
CROSSREFS
Sequence in context: A100699 A108921 A071548 * A216228 A372602 A374202
KEYWORD
nonn,easy,mult
AUTHOR
Amiram Eldar, Jan 19 2024
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 20 18:09 EDT 2024. Contains 374459 sequences. (Running on oeis4.)