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!)
A096211 Primes of the form 10^n + 10^(n-3) - 1. 1
10009, 1000999, 10009999999999, 10009999999999999999999999999999999999, 10009999999999999999999999999999999999999999999999999999999999999, 10009999999999999999999999999999999999999999999999999999999999999999999999999 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
t={}; Do[m=n; p=10^n+10^(n-3)-1; If[PrimeQ[p], AppendTo[t, p]], {n, 300}]; t (* Vincenzo Librandi, Jul 17 2012 *)
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: A256838 A176931 A023335 * A190149 A052095 A033533
KEYWORD
nonn,easy
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:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)