login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A255429 Numbers with a prime number of nontrivial divisors. 0
6, 8, 10, 14, 15, 16, 21, 22, 26, 27, 33, 34, 35, 36, 38, 39, 46, 51, 55, 57, 58, 62, 64, 65, 69, 74, 77, 81, 82, 85, 86, 87, 91, 93, 94, 95, 100, 106, 111, 115, 118, 119, 122, 123, 125, 129, 133, 134, 141, 142, 143, 144, 145, 146, 155, 158, 159, 161, 166, 177, 178, 183, 185, 187, 194, 196 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Empirically, numbers in this sequence seem to have few divisors.
This sequence appears to be the union of A130763 and the squares of A225649. - Kellen Myers, Apr 21 2015
LINKS
FORMULA
{n: A070824(n) in A000040}.
MATHEMATICA
seq[n_] := Select[Range[n], PrimeQ[DivisorSigma[0, #] - 2] &] (* Kellen Myers, Apr 21 2015 *)
PROG
(Magma) [n: n in [1..200] | IsPrime(NumberOfDivisors(n)-2)]; // Vincenzo Librandi, Apr 21 2015
(PARI) isok(m) = isprime(numdiv(m)-1); \\ Michel Marcus, Jan 13 2023
CROSSREFS
Sequence in context: A153032 A086822 A048943 * A319238 A331231 A130763
KEYWORD
nonn
AUTHOR
Rory Glover, Feb 22 2015
EXTENSIONS
Terms fixed by Kellen Myers, Apr 21 2015
Name corrected by Michel Marcus, Jan 13 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)