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!)
A224506 Numbers k such that 9^k - k is prime. 0
2, 70, 88, 6562, 9100, 11758, 34334, 39212, 120590 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(7) > 20000. - Giovanni Resta, Apr 09 2013
a(10) > 2*10^5. - Robert Price, Mar 12 2014
LINKS
MATHEMATICA
Select[Range[1000], PrimeQ[9^# - #] &] (* Alonso del Arte, Apr 11 2013 *)
PROG
(PARI) is(n)=ispseudoprime(9^n-n) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A041577 A180085 A321244 * A085915 A285217 A259317
KEYWORD
nonn,more
AUTHOR
Alex Ratushnyak, Apr 08 2013
EXTENSIONS
a(6) from Giovanni Resta, Apr 09 2013
a(7)-a(9) from Robert Price, Mar 12 2014
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 17 21:22 EDT 2024. Contains 371767 sequences. (Running on oeis4.)