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!)
A323706 a(n) = numerator of Sum_{d|n} tau(d)/pod(d) where tau(k) = the number of the divisors of k (A000005) and pod(k) = the product of the divisors of k (A007955). 1
1, 2, 5, 19, 7, 25, 9, 39, 16, 61, 13, 101, 15, 113, 469, 2501, 19, 2809, 21, 11263, 865, 265, 25, 133489, 178, 365, 1300, 29431, 31, 327601, 33, 40019, 2017, 613, 2069, 3659761, 39, 761, 2773, 921041, 43, 1203049, 45, 109255, 66692, 1105, 49, 410700293, 444 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Sum_{d|n} tau(d)/pod(d) > 1 for all n > 1.
LINKS
FORMULA
a(p) = p + 2 for prime p > 2.
EXAMPLE
For n=4; Sum_{d|4} tau(d)/pod(d) = tau(1)/pod(1) + tau(2)/pod(2) + tau(4)/pod(4) = 1/1 + 2/2 + 3/8 = 19/8; a(4) = 19.
PROG
(Magma) [Numerator(&+[NumberOfDivisors(d) / &*[c: c in Divisors(d)]: d in Divisors(n)]): n in [1..100]]
(PARI) a(n) = numerator(sumdiv(n, d, numdiv(d)/vecprod(divisors(d)))); \\ Michel Marcus, Jan 25 2019
CROSSREFS
Cf. A000005, A007955, A323707 (denominator).
Sequence in context: A289126 A062097 A356366 * A125765 A068873 A035091
KEYWORD
nonn,frac
AUTHOR
Jaroslav Krizek, Jan 24 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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)