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!)
A224470 Numbers n such that 7^n - n is prime. 3

%I #22 Mar 08 2024 11:59:18

%S 2,6,8,12,44,48,512,1088,1104,6038

%N Numbers n such that 7^n - n is prime.

%C a(11) > 92000. - _Giovanni Resta_, Apr 08 2013

%C a(11) > 2*10^5. - _Robert Price_, Feb 11 2014

%o (PARI) forstep(n=2,10^4,2,if(ispseudoprime(7^n-n),print1(n,", "))); /* _Joerg Arndt_, Apr 07 2013 */

%Y Cf. A048744, A058037, A057908, A058046, A058829, A224468.

%K nonn,more

%O 1,1

%A _Alex Ratushnyak_, Apr 06 2013

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 18 18:13 EDT 2024. Contains 371781 sequences. (Running on oeis4.)