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!)
A174177 Numbers n such that 10^n-2*n-1 is prime 2

%I #16 Sep 08 2022 08:45:51

%S 1,5,11,14,19,55,101,560,805,3188,4441,25733,37501

%N Numbers n such that 10^n-2*n-1 is prime

%C a(14) > 10^5. - _Robert Price_, Mar 13 2015

%t Select[Range[5000], PrimeQ[(10^# - 2*# - 1)] &] (* _Vincenzo Librandi_, Oct 05 2012 *)

%o (Magma) [n: n in [1..550] | IsPrime(10^n-2*n-1) ]

%o (PARI) for(n=1, 999, ispseudoprime(10^n-2*n-1) && print1(n", ")) \\ _M. F. Hasler_, Aug 06 2011

%Y Cf. A173839.

%Y Cf. A110065, A110066, A110067, A173837, A174176.

%K nonn

%O 1,2

%A _Vincenzo Librandi_, Mar 11 2010

%E a(10)-a(11) from _Vincenzo Librandi_, Oct 05 2012

%E a(12)-a(13) from _Robert Price_, Mar 13 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 18 04:31 EDT 2024. Contains 371767 sequences. (Running on oeis4.)