[go: up one dir, main page]

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!)
A174175 Numbers n such that 10^n + 2*n - 1 is prime. 2
1, 2, 4, 10, 20, 35, 91, 112, 116, 325, 367, 674, 2440, 14099, 38315, 47989 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(17) > 10^5. - Robert Price, Mar 24 2015
LINKS
MATHEMATICA
Select[Range[5000], PrimeQ[(10^# + 2 # - 1)] &] (* Vincenzo Librandi, Oct 05 2012 *)
PROG
(Magma) /* The code gives only the terms up to 367: */ [n: n in [1..500] | IsPrime(10^n+2*n-1)];
(PARI) is(n)=ispseudoprime(10^n+2*n-1) \\ Charles R Greathouse IV, Jun 06 2017
CROSSREFS
Cf. A173851 (accociated primes).
Sequence in context: A271624 A283090 A283143 * A127392 A236001 A258092
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, Mar 11 2010
EXTENSIONS
a(11)-a(13) from Vincenzo Librandi, Oct 05 2012
a(14)-a(16) from Robert Price, Mar 24 2015
STATUS
approved

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 August 29 21:13 EDT 2024. Contains 375518 sequences. (Running on oeis4.)