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!)
A060657 Odd values of the sum-of-divisors function sigma (A000203) (without repetitions). 4

%I #14 Jan 08 2020 10:21:11

%S 1,3,7,13,15,31,39,57,63,91,93,121,127,133,171,183,195,217,255,307,

%T 363,381,399,403,465,511,549,553,741,781,819,847,855,871,921,931,961,

%U 993,1023,1093,1143,1209,1281,1407,1651,1659,1723,1729,1767,1815,1893,1953

%N Odd values of the sum-of-divisors function sigma (A000203) (without repetitions).

%C That is, the odd values produced by the sigma function.

%C Odd terms of A002191. - _Michel Marcus_, Jun 10 2014

%H Giovanni Resta, <a href="/A060657/b060657.txt">Table of n, a(n) for n = 1..10000</a>

%e a(7) = 39 because sigma(18) = 1+2+3+6+9+18 = 39, an odd number.

%t nn = 2000; Union[Select[DivisorSigma[1, Range[nn]], OddQ[#] && # <= nn &]] (* _Harvey P. Dale_, Mar 12 2011 *)

%Y Cf. A007369.

%K nonn

%O 1,2

%A _Robert G. Wilson v_, Apr 18 2001

%E Name edited by _Giovanni Resta_, Jan 08 2020

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.)