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

A112784
Beginning with 2, primes of the form: least multiple of the previous term followed by a 9. Beginning with 2, a(n) is the least prime of the form k*a(n-1)*10 + 9.
4
2, 29, 1459, 58369, 2334769, 233476909, 11673845459, 233476909189, 30351998194579, 1214079927783169, 24281598555663389, 1214079927783169459, 48563197111326778369, 11169535335605159024879
OFFSET
1,1
LINKS
MATHEMATICA
NestList[Block[{k = 1, m}, While[! PrimeQ[Set[m, 10 k # + 9]], k++]; m] &, 2, 13] (* Michael De Vlieger, Nov 14 2021 *)
CROSSREFS
Sequence in context: A367551 A077282 A059725 * A252042 A295426 A055559
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Jan 02 2006
EXTENSIONS
Corrected and extended by Joshua Zucker, Jan 11 2006
STATUS
approved