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!)
A066783 Integers of the form (prime(k)+1)/phi(k), by order of appearance. 0

%I #16 Jul 15 2021 21:21:36

%S 3,4,3,4,3,7,3,5,4,6,9,8,9,7,14,10,14,11,15,19,12,6,16,20,23,10,10,8,

%T 28,8,14,22,16,24,16,13,16,20,15,18,23,10,22,20,35,10,36,24,19,34,30,

%U 26,12,28,19,18,25,19,39,57,30,20,40,27,27,41,45,43,47,29

%N Integers of the form (prime(k)+1)/phi(k), by order of appearance.

%e a(10) = 6 because 15 is the 10th integer such that (prime(15)+1)/phi(15) = 48/8 = 6 is an integer.

%o (PARI) lista(nn) = {my(p=1); for(k=1, nn, if((1+p=nextprime(p+1))%eulerphi(k) == 0, print1((p+1)/eulerphi(k), ", "))); } \\ _Jinyuan Wang_, Apr 06 2020

%Y Cf. A000010.

%K nonn

%O 1,1

%A _Benoit Cloitre_, Jan 18 2002

%E More terms from _Jinyuan Wang_, Apr 06 2020

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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)