login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (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[ # ]] == 11 & ]

CROSSREFS

Cf. A066272.

Sequence in context: A189998 A138358 A138329 * A139647 A114645 A057879

Adjacent sequences:  A066474 A066475 A066476 * A066478 A066479 A066480

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 02 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 19:13 EST 2012. Contains 206085 sequences.