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!)
A276737 a(n) = denominator of Sum_{d|n} tau(d)/d. 3
1, 1, 3, 4, 5, 3, 7, 4, 1, 5, 11, 12, 13, 7, 3, 16, 17, 1, 19, 20, 7, 11, 23, 12, 25, 13, 27, 28, 29, 3, 31, 4, 33, 17, 5, 2, 37, 19, 13, 20, 41, 7, 43, 4, 5, 23, 47, 16, 49, 25, 51, 52, 53, 27, 55, 28, 19, 29, 59, 12, 61, 31, 7, 64, 13, 33, 67, 68, 69, 5, 71 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Also denominator of (Sum_{d|n} sigma(d)) / n.
LINKS
FORMULA
a(A068978(n)) = 1.
For all n, n = (Sum_{d|n} sigma(d)) / (Sum_{d|n} tau(d)/d) = (Sum_{d|n} d*tau(n/d)) / (Sum_{d|n} tau(d)/d) = A007429(n) * a(n) / A276736(n).
EXAMPLE
For n=6; {d_6} = {1, 2, 3, 6}; {tau(d)_6} = {1, 2, 2, 4}; Sum_{d|6} tau(d)/d = 1/1 + 2/2 + 2/3 + 4/6 = 20/6 = 10/3; a(6) = 3.
For n=6; {d_6} = {1, 2, 3, 6}; {sigma(d)_6} = {1, 3, 4, 12}; (Sum_{d|6} sigma(d))/6 = (1+3+4+12)/6 = 10/3; a(6) = 3.
MATHEMATICA
Table[Denominator@ Total[DivisorSigma[0, #]/#] &@ Divisors@ n, {n, 71}] (* Michael De Vlieger, Sep 16 2016 *)
PROG
(Magma) [Denominator(&+[NumberOfDivisors(d)/d: d in Divisors(n)]): n in [1..100]]
(PARI) a(n) = denominator(sumdiv(n, d, numdiv(d)/d)); \\ Michel Marcus, Sep 16 2016
CROSSREFS
Cf. A000005, A007429, A068978, A276736 (numerators).
Sequence in context: A218342 A090395 A168485 * A270027 A271726 A350640
KEYWORD
nonn,frac
AUTHOR
Jaroslav Krizek, Sep 16 2016
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 September 16 11:35 EDT 2024. Contains 375965 sequences. (Running on oeis4.)