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!)
A265712 Numbers n such that floor(Sum_{d|n} 1 / sigma(d)) = 2. 9
60, 72, 84, 90, 120, 144, 168, 180, 210, 216, 240, 252, 264, 270, 280, 288, 300, 312, 324, 330, 336, 360, 378, 384, 390, 396, 408, 420, 432, 450, 456, 462, 468, 480, 504, 510, 528, 540, 546, 552, 560, 570, 576, 588, 600, 612, 624, 630, 648, 660, 672, 684, 690 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers n such that A265710(n) = floor(A265708(n) / A069934(n)) = floor(A265709(n) / A265710(n)) = 2.
See A265714(n) = the smallest number k such that floor(Sum_{d|k} 1/sigma(d)) = n.
LINKS
EXAMPLE
60 is a term because floor(Sum_{d|60} 1/sigma(d)) = floor(155/72) = 2.
MATHEMATICA
Select[Range@ 690, Floor[Sum[1/DivisorSigma[1, d], {d, Divisors@ #}]] == 2 &] (* Michael De Vlieger, Dec 31 2015 *)
PROG
(Magma) [n: n in [1..1000] | Floor(&+[1/SumOfDivisors(d): d in Divisors(n)]) eq 2]
(PARI) isok(n) = floor(sumdiv(n, d, 1/sigma(d))) == 2; \\ Michel Marcus, Dec 27 2015
CROSSREFS
Sequence in context: A036457 A030630 A068350 * A335198 A335935 A347935
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Dec 25 2015
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 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)