login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A066477
Numbers having just eleven anti-divisors.
0
137, 143, 157, 158, 175, 193, 202, 238, 262, 270, 275, 280, 283, 293, 305, 319, 337, 346, 367, 388, 390, 391, 402, 403, 412, 418, 428, 435, 446, 451, 455, 465, 468, 488, 490, 493, 494, 501, 507, 508, 525, 533, 540, 542, 562, 570, 580, 587, 588, 592, 595
OFFSET
1,1
COMMENTS
See A066272 for definition of anti-divisor.
LINKS
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[ # ]] == 11 & ]
CROSSREFS
Cf. A066272.
Sequence in context: A189998 A138358 A138329 * A139647 A114645 A057879
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Jan 02 2002
STATUS
approved