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!)
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 (list; graph; refs; listen; history; text; internal format)
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

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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)