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!)
A258933 Numbers n such that 10^n + 109 is prime. 1

%I #18 Sep 08 2022 08:46:13

%S 3,5,41,357,395,479,645,2637,8853,11529,20087,27443,30635

%N Numbers n such that 10^n + 109 is prime.

%e For n = 3, a(3) = 10^3 + 109 = 1109, which is prime.

%t Select[Range[3000], PrimeQ[10^# + 109] &]

%o (Magma) [n: n in [1..400] | IsPrime(10^n+109)];

%o (PARI) is(n)=ispseudoprime(10^n+109) \\ _Charles R Greathouse IV_, Jun 13 2017

%Y Cf. similar sequences listed in A258932.

%K nonn,more

%O 1,1

%A _Vincenzo Librandi_, Jun 15 2015

%E a(9)-a(13) from _Jens Kruse Andersen_, 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 September 17 18:03 EDT 2024. Contains 375990 sequences. (Running on oeis4.)