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!)
A272621 Numbers n such that 10^n-9^(n-1) is prime. 0
3, 9, 15, 155, 217, 281, 287, 491, 563, 581, 983, 2243, 4375, 8409, 98669 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(16) > 10^5.
LINKS
EXAMPLE
3 is a member since 10^3-9^2 = 1000-81 = 919 which is a prime number.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[10^# - 9^(# - 1)] &]
PROG
(PARI) is(n)=ispseudoprime(10^n-9^(n-1)) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A355716 A083556 A015664 * A134137 A174179 A076362
KEYWORD
nonn,more
AUTHOR
Robert Price, May 03 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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)