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!)
A096210 Primes of the form 10^n + 10^(n-2) - 1. 1
1009, 10099, 100999, 1009999999, 100999999999, 100999999999999999999999, 100999999999999999999999999999999999999, 100999999999999999999999999999999999999999 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
t={}; Do[m=n; p=10^n+10^(n-2)-1; If[PrimeQ[p], AppendTo[t, p]], {n, 300}]; t (* Vincenzo Librandi, Jul 17 2012 *)
Select[Table[10^n+10^(n-2)-1, {n, 50}], PrimeQ] (* Harvey P. Dale, Apr 13 2019 *)
PROG
(PARI) f(n, z) = for(x=z, n, y=10^x+10^(x-z)-1; if(ispseudoprime(y), print1(y", ")))
CROSSREFS
Sequence in context: A308793 A180088 A117359 * A133584 A139059 A123156
KEYWORD
nonn
AUTHOR
Cino Hilliard, Jul 28 2004
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 April 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)