|
Search: id:A050150
|
|
|
| A050150 |
|
Odd numbers with prime number of divisors. |
|
+0 2
|
|
| 3, 5, 7, 9, 11, 13, 17, 19, 23, 25, 29, 31, 37, 41, 43, 47, 49, 53, 59, 61, 67, 71, 73, 79, 81, 83, 89, 97, 101, 103, 107, 109, 113, 121, 127, 131, 137, 139, 149, 151, 157, 163, 167, 169, 173, 179, 181, 191, 193, 197, 199, 211, 223, 227, 229, 233, 239, 241, 251, 257, 263, 269, 271, 277, 281, 283, 289, 293, 307, 311, 313, 317, 331, 337, 347, 349, 353, 359, 361, 367, 373, 379, 383, 389, 397, 401, 409, 419, 421, 431, 433, 439, 443, 449, 457, 461, 463, 467, 479, 487, 491, 499, 503, 509, 521, 523, 529, 541, 547, 557, 563, 569, 571, 577, 587, 593, 599, 601, 607, 613, 617, 619, 625, 631, 641, 643, 647, 653, 659, 661, 673, 677, 683, 691, 701, 709, 719, 727, 729, 733, 739, 743, 751, 757, 761, 769, 773, 787
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Here but not in A062090: [729, 15625, 59049, 117649, 531441]; in A062090 but not here: [1, 6561, 390625]. - Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Nov 01, 2001
|
|
LINKS
|
T. D. Noe, Table of n, a(n) for n=1..1000
|
|
FORMULA
|
Numbers of the form p^e where p is an odd prime and e+1 is a prime.
|
|
EXAMPLE
|
Numbers of the form p^6 for example (such as 3^6 = 729) are here but not in A062090.
|
|
MATHEMATICA
|
Select[ Range[1, 250, 2], PrimeQ[ Length[ Divisors[ # ]]] & ]
|
|
PROGRAM
|
(PARI) forstep(n=1, 1000, 2, if(isprime(numdiv(n)), print1(n, ", ")))
|
|
CROSSREFS
|
Cf. A062090 (a different sequence).
Sequence in context: A098903 A061345 A080429 this_sequence A062090 A133854 A030155
Adjacent sequences: A050147 A050148 A050149 this_sequence A050151 A050152 A050153
|
|
KEYWORD
|
easy,nonn,nice
|
|
AUTHOR
|
Jason Earls (zevi_35711(AT)yahoo.com), Jul 04 2001
|
|
EXTENSIONS
|
More terms from Jud McCranie, Oct 31, 2001
|
|
|
Search completed in 0.002 seconds
|