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!)
A272008 a(n) is the numerator of the fractional part of sigma(n)/n, where sigma(n) is the sum of the divisors of n. 2
0, 1, 1, 3, 1, 0, 1, 7, 4, 4, 1, 1, 1, 5, 3, 15, 1, 1, 1, 1, 11, 7, 1, 1, 6, 8, 13, 0, 1, 2, 1, 31, 5, 10, 13, 19, 1, 11, 17, 1, 1, 2, 1, 10, 11, 13, 1, 7, 8, 43, 7, 23, 1, 2, 17, 1, 23, 16, 1, 4, 1, 17, 41, 63, 19, 2, 1, 29, 9, 2, 1, 17, 1, 20, 49, 16, 19, 2, 1, 13, 40 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
a(n) = 0 when n is a multiply-perfect number (A007691).
a(n) = 1 when n is a prime or if n belongs to A215012.
LINKS
FORMULA
a(n) = A017665(n) mod A017666(n).
EXAMPLE
The sum of divisors of 4 is 7; its abundancy is 7/4 = 1 + 3/4 so a(4) = 3.
MATHEMATICA
f[n_] := Numerator[FractionalPart[DivisorSigma[1, n]/n]]; Array[f, 81] (* Robert G. Wilson v, Nov 24 2016 *)
PROG
(PARI) a(n) = my(ab = sigma(n)/n); numerator(ab) % denominator(ab);
CROSSREFS
Sequence in context: A055807 A364285 A213060 * A054024 A144644 A151509
KEYWORD
nonn,frac
AUTHOR
Michel Marcus, May 10 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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)