login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060658 Sigma(x) has no even solution n. 0
2, 10, 16, 22, 26, 34, 46, 50, 52, 58, 64, 66, 70, 76, 82, 86, 88, 92, 94, 100, 106, 116, 118, 122, 130, 134, 136, 142, 146, 148, 154, 166, 170, 172, 178, 184, 188, 190, 196, 202, 206, 208, 214, 218, 220, 226, 232, 236, 238, 244, 246, 250, 254, 262, 268, 274 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

a(2) = 10 because there is no x < 10 whose sigma(x) = 10, an even number.

MATHEMATICA

a = {}; Do[ s = DivisorSigma[ 1, n ]; If[ EvenQ[ s ], a = Append[ a, s ] ], {n, 1, 400} ]; Complement[ Table[ 2n, {n, 1, 200} ], Union[ a ] ]

CROSSREFS

Cf. A007369.

Sequence in context: A105041 A138632 A175957 * A054028 A063716 A125212

Adjacent sequences:  A060655 A060656 A060657 * A060659 A060660 A060661

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Apr 18 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 21:51 EST 2012. Contains 205978 sequences.