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!)
A060676 Numbers n such that sigma (x) = n has exactly 12 solutions. 0
1512, 1872, 2352, 3192, 3780, 4104, 4560, 4752, 5880, 6120, 8160, 8424, 8820, 11424, 13056, 15264, 16464, 16704, 17160, 17360, 17760, 18648, 19680, 19800, 20880, 22752, 23616, 24552, 24864, 27432, 30336, 30492, 31200, 32448, 35328 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
1512 = sigma(480) = sigma(636) = sigma(736) = sigma(748) = sigma(830) = sigma(902) = sigma(1006) = sigma(1105) = sigma(1255) = sigma(1391) = sigma(1411) = sigma(1511).
MATHEMATICA
a = Table[ 0, {50000} ]; Do[ s = DivisorSigma[ 1, n ]; If[ s < 50001, a[ [ s ] ]++ ], {n, 1, 50000} ]; Select[ Range[ 50000 ], a[ [ # ] ] == 12 & ]
Take[Sort[Transpose[Select[Tally[DivisorSigma[1, Range[100000]]], #[[2]] == 12&]][[1]]], 50] (* Harvey P. Dale, Jan 18 2013 *)
CROSSREFS
Sequence in context: A237725 A200915 A298223 * A230402 A248718 A255334
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Apr 18 2001
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 23 11:13 EDT 2024. Contains 371905 sequences. (Running on oeis4.)