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!)
A186106 Numbers k such that 3*6^k - 1 is prime. 1

%I #41 Oct 08 2022 10:48:01

%S 0,1,2,3,5,6,9,12,13,24,41,71,140,189,190,630,713,1066,1173,1202,1271,

%T 1520,1606,2091,2162,2547,6253,7284,8676,10735,12954,22042,32457,

%U 36693,50715,72313

%N Numbers k such that 3*6^k - 1 is prime.

%C a(37) > 1*10^5. - _Tyler NeSmith_, Oct 03 2022

%t lst={}; Do[If[PrimeQ[(3*6^n-1)], Print[n]; AppendTo[lst, n]], {n, 10^5}];

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

%Y See A186104 for the actual primes; cf. A185167.

%K nonn,more

%O 1,3

%A _Gilbert Mozzo_, Feb 12 2011

%E a(17)-a(25) computed by _Bruno Berselli_, Feb 12 2011 and Feb 21 2011

%E a(26)-a(33) computed by _Gilbert Mozzo_, Nov 16 2011 with Mathematica

%E a(34)-a(35) computed by _Gilbert Mozzo_, Nov 08 2018 with PARI

%E a(36) from _Tyler NeSmith_, Oct 03 2022

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 16 11:08 EDT 2024. Contains 371711 sequences. (Running on oeis4.)