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!)
A096186 Numbers n such that 10^n+9^(n-1) is prime. 20
1, 2, 4, 9, 12, 14, 19, 26, 28, 72, 79, 273, 565, 990, 1166, 2205, 4212, 5340, 5562, 9877, 10297, 14316, 35908, 48410, 61525 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(26) > 10^5. - Robert Price, Mar 28 2016
LINKS
MATHEMATICA
Do[ If[ PrimeQ[10^n + 9^(n - 1)], Print[n]], {n, 4000}]
PROG
(PARI) is(n)=isprime(10^n+9^(n-1)) \\ Charles R Greathouse IV, Feb 17 2017
CROSSREFS
Sequence in context: A058885 A256446 A022428 * A359817 A175041 A352342
KEYWORD
nonn
AUTHOR
Herman H. Rosenfeld (herm3(AT)pacbell.net) and Robert G. Wilson v, Jun 21 2004
EXTENSIONS
a(17)-a(25) from Robert Price, Mar 28 2016
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 10 08:08 EDT 2024. Contains 373256 sequences. (Running on oeis4.)