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!)
A214288 Primes of the form phi(n)+1 sorted by increasing n, where phi is the Euler totient function. 4

%I #24 Jul 17 2012 02:35:00

%S 2,2,3,3,5,3,7,5,7,5,11,5,13,7,17,7,19,13,11,23,13,19,13,29,31,17,17,

%T 13,37,19,17,41,13,43,23,47,17,43,53,19,41,37,29,59,17,61,31,37,67,71,

%U 73,37,41,37,61,79,41,83,43,41,89,73,61,47,73,97,43,61,41,101,103,53,107,37

%N Primes of the form phi(n)+1 sorted by increasing n, where phi is the Euler totient function.

%C Primes in A039649.

%C All primes are in the sequence.

%H Vincenzo Librandi, <a href="/A214288/b214288.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[Table[EulerPhi[n]+1,{n,1,1000}],PrimeQ]

%Y Cf. A000010, A039698 (associated n), A214287.

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Jul 13 2012

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 July 16 04:19 EDT 2024. Contains 374343 sequences. (Running on oeis4.)