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!)
A173837 Primes of the form 10^n-2*n+1. 6
2, 97, 99991, 99999999999973, 999999999999999999999999999999999999999917, 999999999999999999999999999999999999999999999999999999999999999999999857, 99999999999999999999999999999999999999999999999999999999999999999999999853 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next terms a(9) has 1176 digits. - Vincenzo Librandi, Jul 26 2012
LINKS
MATHEMATICA
Select[Table[10^n-2*n+1, {n, 0, 300}], PrimeQ] (* Vincenzo Librandi, Jul 26 2012 *)
PROG
(Magma) [a: n in [0..300] | IsPrime(a) where a is 10^n-2*n+1 ]; // Vincenzo Librandi, Jul 26 2012
CROSSREFS
Sequence in context: A224083 A285023 A232865 * A351447 A036901 A258355
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Feb 26 2010
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 March 28 17:25 EDT 2024. Contains 371254 sequences. (Running on oeis4.)