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!)
A059528 Numbers k such that (7*3^k + 5)/2 is prime. 1

%I #9 Jan 29 2020 02:51:40

%S 1,3,5,15,21,27,65,191,327,371,575,1895,2375,2607,9735

%N Numbers k such that (7*3^k + 5)/2 is prime.

%C a(16) > 20055. - _Jinyuan Wang_, Jan 29 2020

%t Do[ If[ PrimeQ[ (7*3^n + 5)/2 ], Print[n] ], {n, 0, 5300} ]

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

%Y Cf. A059569 ((7*3^k-5)/2 is prime).

%K nonn,more

%O 1,2

%A _Robert G. Wilson v_, Feb 16 2001

%E a(15) from _Jinyuan Wang_, Jan 29 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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)