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!)
A239161 Numbers n such that the ratio (sum of divisors of n) /(sum of divisors d of n with d <= sqrt(n)) is an integer. 2
1, 2, 3, 5, 6, 7, 8, 10, 11, 13, 14, 15, 17, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 31, 32, 33, 34, 35, 37, 38, 39, 41, 42, 43, 44, 46, 47, 51, 52, 53, 54, 55, 57, 58, 59, 60, 61, 62, 65, 66, 67, 68, 69, 71, 73, 74, 76, 77, 78, 79, 82, 83, 85, 86, 87, 88, 89 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers n such that A000203(n)/A066839(n) is an integer.
The corresponding integers are in A238502.
LINKS
EXAMPLE
13 is in the sequence because A000203(13)/A066839(13) = 14/1 = 14 is an integer.
MATHEMATICA
lst={}; f[n_]:=DivisorSigma[1, n]/Plus@@Select[Divisors@n, #<=Sqrt@n&]; Do[If[IntegerQ[f[n]], AppendTo[lst, n]], {n, 1, 200}]; lst
CROSSREFS
Sequence in context: A028801 A348751 A348738 * A162644 A268335 A002035
KEYWORD
nonn
AUTHOR
Michel Lagneau, Mar 11 2014
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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)