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!)
A216781 Numbers such that numerator(sigma(n)/n) is odd and denominator(sigma(n)/n) is even. 5
2, 4, 8, 16, 18, 20, 24, 32, 36, 40, 48, 50, 52, 64, 68, 72, 80, 88, 96, 98, 100, 104, 112, 116, 128, 136, 144, 148, 152, 160, 162, 164, 176, 180, 192, 196, 200, 208, 212, 224, 232, 240, 242, 244, 256, 272, 288, 292, 296, 304, 320, 324, 328, 338, 344, 352 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) contains powers of 2 (A000079 except 1), and hemiperfect numbers (A055153, A141645, A159271, A160678).
LINKS
EXAMPLE
sigma(2)/2 = 3/2 (odd/even).
MATHEMATICA
Select[Range[1000], OddQ[Numerator[DivisorSigma[1, #]/#]] && EvenQ[Denominator[DivisorSigma[1, #]/#]] &] (* Vincenzo Librandi, Jun 24 2014 *)
PROG
(PARI) oeab(n) = {for (i=1, n, ab = sigma(i)/i; if ((numerator(ab) % 2 == 1) && (denominator(ab) % 2 == 0), print1(i, ", ")); ); }
CROSSREFS
Sequence in context: A048718 A018510 A018366 * A127066 A331382 A154362
KEYWORD
nonn
AUTHOR
Michel Marcus, Sep 16 2012
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 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)