A370076 Numbers k such that A005361(k) is prime.
4, 8, 9, 12, 18, 20, 24, 25, 27, 28, 32, 40, 44, 45, 49, 50, 52, 54, 56, 60, 63, 68, 75, 76, 84, 88, 90, 92, 96, 98, 99, 104, 116, 117, 120, 121, 124, 125, 126, 128, 132, 135, 136, 140, 147, 148, 150, 152, 153, 156, 160, 164, 168, 169, 171, 172, 175, 184, 188
Offset: 1
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Mathematica
Select[Range[200], PrimeQ[Times @@ FactorInteger[#][[;;, 2]]] &]
-
PARI
is(n) = isprime(vecprod(factor(n)[ ,2]));
Comments