OFFSET
1,2
COMMENTS
Positive integers k for which values of A039649(k) are primes. - Vladimir Shevelev, May 10 2008
For every prime p, the numbers p and 2p are terms of this sequence. - Vladimir Shevelev, May 10 2008
LINKS
Antti Karttunen, Table of n, a(n) for n = 1..26197 (first 1000 terms from Vincenzo Librandi)
EXAMPLE
phi(10)+1 = 4+1 = 5, a prime number, so 10 is a term.
MATHEMATICA
Select[Range[300], PrimeQ[EulerPhi[#] + 1]&] (* Vincenzo Librandi, Aug 13 2013 *)
PROG
(Magma) [n: n in [1..200] | IsPrime(EulerPhi(n)+1)]; // Vincenzo Librandi, Aug 13 2013
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Edited by N. J. A. Sloane, May 21 2008 at the suggestion of R. J. Mathar
STATUS
approved