The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A096209 Primes of the form 10 followed by 9's only. 2
109, 10999999999, 1099999999999, 1099999999999999999, 109999999999999999999999, 1099999999999999999999999999999, 10999999999999999999999999999999999999 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Or, primes of the form 10^k + 10^(k-1) - 1.
Number of 9's in a(n) is given by A111391(n). - Daniel Starodubtsev, Jan 06 2020
LINKS
MATHEMATICA
t = {}; Do[m = n; p = 10^(n + 1) + (10^n - 1); If[PrimeQ[p], AppendTo[t, p]], {n, 165}]; t (* Robert G. Wilson v *)
PROG
(PARI) f(n) = for(x=1, n, y=10^x+10^(x-1)-1; if(ispseudoprime(y), print1(y", ")))
CROSSREFS
Sequence in context: A190827 A125044 A352466 * A287469 A266217 A229084
KEYWORD
base,nonn
AUTHOR
Cino Hilliard, Jul 28 2004
EXTENSIONS
Entry revised by N. J. A. Sloane, Apr 01 2006
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 June 3 00:27 EDT 2024. Contains 373054 sequences. (Running on oeis4.)