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!)
A273868 Numbers k such that 10^k - 9^(k+1) is prime. 0
25, 51, 91, 107, 145, 651, 1473, 2145, 5577, 12457 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(11) > 10^5.
LINKS
EXAMPLE
25 is a term since 10^25 - 9^26 = 3538918110773326701067759, which is a prime number.
MATHEMATICA
Select[Range[21, 100000], PrimeQ[10^# - 9^(# + 1)] &]
PROG
(PARI) is(n)=ispseudoprime(10^n-9^(n+1)) \\ Charles R Greathouse IV, Jun 08 2016
CROSSREFS
Sequence in context: A042238 A042234 A042232 * A338079 A337630 A270693
KEYWORD
nonn,more
AUTHOR
Robert Price, Jun 01 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 April 24 08:59 EDT 2024. Contains 371935 sequences. (Running on oeis4.)