|
Search: id:A116073
|
|
|
| A116073 |
|
Sum of the divisors of n that are not divisible by 5. |
|
+0 1
|
|
| 1, 3, 4, 7, 1, 12, 8, 15, 13, 3, 12, 28, 14, 24, 4, 31, 18, 39, 20, 7, 32, 36, 24, 60, 1, 42, 40, 56, 30, 12, 32, 63, 48, 54, 8, 91, 38, 60, 56, 15, 42, 96, 44, 84, 13, 72, 48, 124, 57, 3, 72, 98, 54, 120, 12, 120, 80, 90, 60, 28, 62, 96, 104, 127, 14, 144, 68, 126, 96, 24
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
REFERENCES
|
B. C. Berndt, Ramanujan's Notebooks Part III, Springer-Verlag, see p. 463 Entry 4(i).
|
|
FORMULA
|
a(n) is multiplicative with a(5^e) = 1, a(p^e) = (p^(e+1)-1)/(p-1) otherwise.
G.f. Sum_{k>0} k*x^k/(1-x^k) - 5kx^(5k)/(1-x^(5k)).
|
|
PROGRAM
|
(PARI) a(n) = if(n<1, 0, sumdiv(n, d, (d%5>0)*d))
|
|
CROSSREFS
|
Cf. A028887(n)=6a(n) if n>0.
Adjacent sequences: A116070 A116071 A116072 this_sequence A116074 A116075 A116076
Sequence in context: A093087 A130893 A072079 this_sequence A021292 A105828 A130880
|
|
KEYWORD
|
nonn,mult
|
|
AUTHOR
|
Michael Somos, Feb 04 2006
|
|
|
Search completed in 0.002 seconds
|