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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A088739 Smallest semiprime divisor of n-th composite number. 4
4, 6, 4, 9, 10, 4, 14, 15, 4, 6, 4, 21, 22, 4, 25, 26, 9, 4, 6, 4, 33, 34, 35, 4, 38, 39, 4, 6, 4, 9, 46, 4, 49, 10, 51, 4, 6, 55, 4, 57, 58, 4, 62, 9, 4, 65, 6, 4, 69, 10, 4, 74, 15, 4, 77, 6, 4, 9, 82, 4, 85, 86, 87, 4, 6, 91, 4, 93, 94, 95, 4, 14, 9, 4, 6, 4, 15, 106, 4, 10, 111, 4 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

This is to semiprimes A001358 as A052369 is to primes A000040. Equals A179312 with zeros omitted. [From Jonathan Vos Post, Jan 11, 2011].

MATHEMATICA

semiPrimeQ[n_] := Plus @@ Last /@ FactorInteger@ n == 2; f[n_] := Min@ Select[ Divisors@ n, semiPrimeQ] /. {\[Infinity] -> 0}; f /@ Rest@ Select[ Range@ 112, !PrimeQ@ # &]

CROSSREFS

Cf. A088740, A002808, A001358.

Sequence in context: A054002 A010300 A113209 * A088740 A088738 A114595

Adjacent sequences:  A088736 A088737 A088738 * A088740 A088741 A088742

KEYWORD

nonn

AUTHOR

Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Oct 12 2003

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 14 14:07 EST 2012. Contains 205623 sequences.