login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A217493
Numbers k such that 9^k - 10 is prime.
1
2, 3, 4, 9, 11, 18, 19, 27, 28, 46, 50, 53, 80, 155, 203, 280, 451, 4963, 6167, 9687, 10083, 31450
OFFSET
1,1
COMMENTS
Contains exactly the halved even terms of A217347.
MATHEMATICA
Select[Range[5000], PrimeQ[9^# - 10] &]
PROG
(PARI) is(n)=ispseudoprime(9^n-10) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A093514 A215810 A080231 * A368349 A125774 A062410
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, Oct 05 2012
EXTENSIONS
a(19)-a(22) added from the data at A217347 by Amiram Eldar, Jun 19 2022
STATUS
approved