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!)
A102738 Numbers k such that 4*10^k - 11 is prime. 0

%I #15 May 01 2023 09:21:16

%S 1,2,3,4,5,15,35,61,256,357,628,767,1064,1096,6608,14821,15341

%N Numbers k such that 4*10^k - 11 is prime.

%C Numbers corresponding to terms <= 767 are certified primes. - _Klaus Brockhaus_, Feb 16 2005

%C The next term is larger than 2500. - _Stefan Steinerberger_, Feb 18 2006

%t For[n=1, n<2500,n++,If[PrimeQ[4*10^n-11], Print[n]]] (* _Stefan Steinerberger_, Feb 18 2006 *)

%o (PARI) is(n)=ispseudoprime(4*10^n-11) \\ _Charles R Greathouse IV_, Jun 13 2017

%K more,nonn

%O 1,2

%A Tom Mueller (muel4503(AT)uni-trier.de), Feb 08 2005

%E a(9)-a(14) from _Klaus Brockhaus_, Feb 16 2005

%E a(15) from _Ryan Propper_, Jul 21 2006

%E a(16)-a(17) from _Michael S. Branicky_, May 01 2023

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