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”).

A104086
Smallest prime > 9^n.
0
2, 11, 83, 733, 6563, 59051, 531457, 4782971, 43046747, 387420499, 3486784409, 31381059613, 282429536483, 2541865828331, 22876792454987, 205891132094653, 1853020188851911, 16677181699666603, 150094635296999123
OFFSET
0,1
MATHEMATICA
NextPrime[9^Range[0, 20]] (* Harvey P. Dale, Nov 19 2023 *)
PROG
(PARI) g(n, b) = for(x=0, n, print1(nextprime(b^x)", "))
CROSSREFS
Sequence in context: A322644 A243408 A352655 * A143140 A191805 A363563
KEYWORD
easy,nonn
AUTHOR
Cino Hilliard, Mar 03 2005
EXTENSIONS
Definition modified by Harvey P. Dale, Nov 19 2023
STATUS
approved