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!)
A206448 Values of sigma(n) of composite numbers n such that sigma(n) = sigma(d) has solution for any other composite number d in increasing order. 1
24, 31, 42, 48, 56, 60, 72, 84, 90, 96, 120, 124, 126, 144, 156, 168, 180, 186, 192, 210, 216, 224, 228, 234, 240, 248, 252, 270, 280, 288, 294, 312, 320, 324, 336, 342, 360, 372, 378, 384, 392, 399, 403, 408, 416, 420, 432, 434, 448, 450, 456, 468, 480, 504 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
Number 24 is in sequence because 24 = sigma(x) for composite numbers x = 14 and 15.
MATHEMATICA
nn = 600; t = Table[If[PrimeQ[n], -1, DivisorSigma[1, n]], {n, nn}]; t2 = Rest[Select[Sort[Tally[t]], #[[2]] > 1 &]]; Select[Transpose[t2][[1]], # <= nn &] (* T. D. Noe, Feb 13 2012 *)
CROSSREFS
Cf. A206447 (composite numbers n such that sigma(n) = sigma(d) has solution for any other composite number d), A000203.
Sequence in context: A123200 A167307 A161378 * A266984 A217158 A214227
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Feb 07 2012
EXTENSIONS
Corrected by T. D. Noe, Feb 13 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 24 19:56 EDT 2024. Contains 371963 sequences. (Running on oeis4.)