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!)
A119388 Numbers n such that n == -1 (mod phi(n-1)). 0

%I #4 Jan 21 2019 19:01:55

%S 2,3,5,7,11,31,71,511,2591,131071,3359231,167247871,8589934591

%N Numbers n such that n == -1 (mod phi(n-1)).

%C This sequence has the terms from A067933 (all primes), plus 511 and 3359231 that are not primes.

%C Checked up to x<70000000

%C a(14) > 10^11. [From _Donovan Johnson_, Aug 08 2010]

%o (PARI) for(x=1,70000000,if(((x)+1)%eulerphi((x)-1)==0,print((x))))

%Y Cf. A067933.

%K nonn

%O 1,1

%A _Jorge Coveiro_, Jul 25 2006

%E a(13) from _Donovan Johnson_, Aug 08 2010

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 19 23:40 EDT 2024. Contains 371798 sequences. (Running on oeis4.)