|
| |
|
|
A066474
|
|
Numbers having just eight anti-divisors.
|
|
0
| |
|
|
85, 98, 112, 113, 200, 256, 265, 312, 364, 400, 420, 441, 481, 484, 544, 625, 729, 761, 800, 924, 925, 1152, 1200, 1444, 1681, 1764, 1849, 1860, 1861, 1936, 2116, 2209, 2245, 2664, 3364, 3481, 3721, 3844, 4704, 5101, 5304, 5476, 5724, 6400, 6889, 7321
(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[ # ]] == 8 & ]
|
|
|
CROSSREFS
| Cf. A066272.
Sequence in context: A095593 A039487 A157469 * A161479 A027453 A029471
Adjacent sequences: A066471 A066472 A066473 * A066475 A066476 A066477
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 02 2002
|
| |
|
|