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!)
A128458 Numbers k such that 15^k - 2 is a prime. 13

%I #19 Jun 11 2021 08:45:19

%S 1,2,3,7,12,17,19,51,65,550,1460,1641,7035,18002,20963,21163,42563,

%T 94906,148048

%N Numbers k such that 15^k - 2 is a prime.

%C a(20) > 2*10^5. - _Robert Price_, Jun 23 2015

%t Do[ f = 15^n - 2; If[ PrimeQ[ f ], Print[ {n, f} ] ], {n,1,1000} ]

%t Do[If[PrimeQ[15^n - 2], Print[n]], {n, 10^4}] (* _Ryan Propper_, Jun 06 2007 *)

%Y Cf. A084714 (smallest prime of the form (2n-1)^k - 2).

%Y Cf. A128472 (smallest prime of the form (2n-1)^k - 2 for k > (2n-1)).

%Y Cf. A014224, A109080, A090669, A128455, A128457, A128459, A128460, A128461.

%K nonn,hard,more

%O 1,2

%A _Alexander Adamchuk_, Mar 14 2007

%E 550 from _Stefan Steinerberger_, May 05 2007

%E 3 more terms from _Ryan Propper_, Jun 06 2007

%E a(14)-a(19) from _Robert Price_, Jun 23 2015

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