|
| |
|
|
A066472
|
|
Numbers having just six anti-divisors.
|
|
0
| |
|
|
32, 49, 50, 60, 72, 81, 121, 128, 145, 180, 181, 196, 264, 288, 324, 361, 480, 529, 684, 685, 961, 1156, 1405, 2304, 2401, 2500, 2521, 2704, 2809, 4624, 4705, 5041, 5184, 7396, 8064, 8581, 9385, 10816, 11881, 13456, 14281, 25600, 26569, 27556, 34585
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| See A066272 for definition of anti-divisor.
|
|
|
LINKS
| Jon Perry, The Anti-Divisor
Jon Perry, The Anti-divisor [Cached copy]
Jon Perry, The Anti-divisor: Even More Anti-Divisors [Cached copy]
|
|
|
MATHEMATICA
| antid[n_] := Select[ Union[ Join[ Select[ Divisors[2n - 1], OddQ[ # ] && # != 1 & ], Select[ Divisors[2n + 1], OddQ[ # ] && # != 1 & ], 2n/Select[ Divisors[ 2*n], OddQ[ # ] && # != 1 &]]] }, # < n & ]]; Select[ Range[10^4], Length[ antid[ # ]] == 6 & ]
|
|
|
CROSSREFS
| Cf. A066272.
Sequence in context: A043202 A043982 A045023 * A140172 A037008 A099048
Adjacent sequences: A066469 A066470 A066471 * A066473 A066474 A066475
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 02 2002
|
| |
|
|