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!)
A059077 Numbers k such that 2*7^k - 3 is prime. 0

%I #11 Dec 21 2019 15:11:17

%S 1,3,4,7,132,253,9040,21888

%N Numbers k such that 2*7^k - 3 is prime.

%C a(9) > 27376. - _Jinyuan Wang_, Dec 21 2019

%t Do[ If[ PrimeQ[ 2*7^n - 3 ], Print[n] ], {n, 1, 6000} ]

%o (PARI) is(n)=ispseudoprime(2*7^n-3) \\ _Charles R Greathouse IV_, Jun 13 2017

%Y Cf. A059041 (3*7^k+2 is prime).

%K nonn,more

%O 1,2

%A _Robert G. Wilson v_, Feb 12 2001

%E a(7)-a(8) from _Jinyuan Wang_, Dec 21 2019

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 May 6 10:47 EDT 2024. Contains 372293 sequences. (Running on oeis4.)