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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A157721 a(n) = 0 if n is 1 or a prime, otherwise a(n) = product of composite (nonprime) divisors of n. 0
0, 0, 0, 4, 0, 6, 0, 32, 9, 10, 0, 288, 0, 14, 15, 512, 0, 972, 0, 800, 21, 22, 0, 55296, 25, 26, 243, 1568, 0, 27000, 0, 16384, 33, 34, 35, 1679616, 0, 38, 39, 256000, 0, 74088, 0, 3872, 6075, 46, 0, 42467328, 49, 12500, 51, 5408, 0, 1417176, 55, 702464, 57, 58, 0 (list; graph; refs; listen; history; internal format)
OFFSET

1,4

COMMENTS

a(n) = 0 if n = 1 or n is prime; a(n) = n if n is semiprime (A001358). a(c) = A007955(c) / A007947(c) = (c^(A000005(c)/2)) / A007947(c) = A087652(c), for c = composite numbers (A002808). a(p) = A087652(p) - 1 = 0, for p = primes (A000040).

EXAMPLE

a(12)=4*6*12=288, composite divisors = {4,6,12}.

MATHEMATICA

f[n_] := If[n == 1 || PrimeQ@n, 0, Times @@ Select[Divisors@n, ! PrimeQ@# &]]; Array[f, 60] [From Robert G. Wilson v (rgwv(AT)rgwv.com), May 04 2009]

CROSSREFS

Cf. A007955, A007947, A000005, A087652, A002808, A000040.

Sequence in context: A075091 A132953 A195207 * A085968 A010637 A200692

Adjacent sequences:  A157718 A157719 A157720 * A157722 A157723 A157724

KEYWORD

nonn

AUTHOR

Jaroslav Krizek (jaroslav.krizek(AT)atlas.cz), Mar 04 2009

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), May 04 2009

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 06:27 EST 2012. Contains 205998 sequences.