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!)
A369721 The sum of unitary divisors of the smallest cubefull number that is a multiple of n. 4
1, 9, 28, 9, 126, 252, 344, 9, 28, 1134, 1332, 252, 2198, 3096, 3528, 17, 4914, 252, 6860, 1134, 9632, 11988, 12168, 252, 126, 19782, 28, 3096, 24390, 31752, 29792, 33, 37296, 44226, 43344, 252, 50654, 61740, 61544, 1134, 68922, 86688, 79508, 11988, 3528, 109512 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A034448(A356193(n)).
Multiplicative with a(p) = p^3 + 1 for e <= 2, and a(p^e) = p^e + 1 for e >= 3.
a(n) >= A034448(n), with equality if and only if n is cubefull (A036966).
Dirichlet g.f.: zeta(s-1) * zeta(s) * Product_{p prime} (1 + 1/p^(s-3) - 1/p^(s-1) - 1/p^(2*s-4) + 1/p^(4*s-4) - 1/p^(4*s-3) ).
Sum_{k=1..n} a(k) ~ c * n^4 / 4, where c = zeta(3) * zeta(4) * Product_{p prime} (1 - 1/p^2 - 1/p^3 + 1/p^5 + 1/p^12 - 2/p^13 + 1/p^14) = 0.65803546696642353777... .
MATHEMATICA
f[p_, e_] := If[e <= 2, p^3 + 1, p^e + 1]; a[1] = 1; a[n_] := Times @@ f @@@ FactorInteger[n]; Array[a, 50]
PROG
(PARI) a(n) = {my(f = factor(n)); prod(i = 1, #f~, if(f[i, 2] <= 2, 1 + f[i, 1]^3, 1 + f[i, 1]^f[i, 2])); }
CROSSREFS
Sequence in context: A053825 A328640 A351266 * A369759 A033479 A254139
KEYWORD
nonn,easy,mult
AUTHOR
Amiram Eldar, Jan 30 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 June 1 05:42 EDT 2024. Contains 373010 sequences. (Running on oeis4.)