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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064040 Number of distinct prime divisors of n is a prime. 4
6, 10, 12, 14, 15, 18, 20, 21, 22, 24, 26, 28, 30, 33, 34, 35, 36, 38, 39, 40, 42, 44, 45, 46, 48, 50, 51, 52, 54, 55, 56, 57, 58, 60, 62, 63, 65, 66, 68, 69, 70, 72, 74, 75, 76, 77, 78, 80, 82, 84, 85, 86, 87, 88, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 102, 104, 105 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Below 210 this sequence and A024619 are identical.

LINKS

Harry J. Smith, Table of n, a(n) for n=1..1000

EXAMPLE

210 = 2*3*5*7 has 4 prime factors, hence it is not here, but it is part of A024619.

PROG

(PARI) { n=0; for (m=1, 10^9, if (isprime(omega(m)), write("b064040.txt", n++, " ", m); if (n==1000, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 06 2009]

CROSSREFS

Cf. A024619, A000977, A033992, A007774, A033993, A051270, A063989.

Sequence in context: A133210 A141467 A105642 * A168638 A024619 A106543

Adjacent sequences:  A064037 A064038 A064039 * A064041 A064042 A064043

KEYWORD

nonn,easy

AUTHOR

Lior Manor (lior.manor(AT)gmail.com) Aug 23 2001

EXTENSIONS

Edited by Charles R Greathouse IV (charles.greathouse(AT)case.edu), Mar 18 2010

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 08:44 EST 2012. Contains 205998 sequences.