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!)
A069084 Numbers n such that sigma(n)/tau(n) has denominator 5. 1
16, 48, 80, 81, 112, 176, 208, 240, 272, 336, 368, 405, 496, 528, 560, 567, 592, 624, 625, 656, 688, 720, 752, 784, 816, 848, 880, 891, 976, 1040, 1053, 1072, 1104, 1134, 1136, 1168, 1232, 1328, 1360, 1377, 1456, 1488, 1536, 1552, 1584, 1616, 1620, 1648 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
n such that A057021(n)=5
MATHEMATICA
Select[Range[500], Denominator[DivisorSigma[1, #]/DivisorSigma[0, #]] == 5 &] (* Amiram Eldar, Sep 08 2019 *)
PROG
(Magma) [n:n in [1..1700]|Denominator(SumOfDivisors(n)/#Divisors(n)) eq 5]; // Marius A. Burtea, Sep 08 2019
CROSSREFS
Sequence in context: A348882 A130897 A336595 * A084112 A050428 A134605
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Apr 05 2002
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 March 28 09:04 EDT 2024. Contains 371240 sequences. (Running on oeis4.)