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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066423 Product of proper divisors of the n-th composite number does not equal the n-th composite number. 2
4, 9, 12, 16, 18, 20, 24, 25, 28, 30, 32, 36, 40, 42, 44, 45, 48, 49, 50, 52, 54, 56, 60, 63, 64, 66, 68, 70, 72, 75, 76, 78, 80, 81, 84, 88, 90, 92, 96, 98, 99, 100, 102, 104, 105, 108, 110, 112, 114, 116, 117, 120, 121, 124, 126, 128, 130, 132 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

A084115(a(n))>1; complement of A084116. - Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), May 12 2003

EXAMPLE

The fourth composite number is 9. Its proper or aliquot divisors are 1 and 3. The product of 1 and 3 equals 3 which is not equal to 9. Therefore 9 is in the sequence.

MATHEMATICA

Composite[n_] := FixedPoint[n + PrimePi[ # ] + 1 &, n + PrimePi[n] + 1]; Do[m = Composite[n]; If[ Apply[ Times, Drop[ Divisors[m], -1]] != m, Print[m]], {n, 1, 100} ]

CROSSREFS

Cf. A048741.

Sequence in context: A175251 A010386 A094120 * A072498 A162643 A072587

Adjacent sequences:  A066420 A066421 A066422 * A066424 A066425 A066426

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Dec 26 2001

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 16 21:51 EST 2012. Contains 205978 sequences.