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!)
A112767 Beginning with 2, primes of the form: least multiple of the previous term followed by a 1. Beginning with 2, a(n) is the least prime of the form k*a(n-1)*10 + 1. 1
2, 41, 821, 16421, 328421, 59115781, 13005471821, 260109436421, 36415321098941, 2184919265936461, 196642733934281491, 31462837429485038561, 5348682363012456555371, 4011511772259342416528251, 842417472174461907470932711, 33696698886978476298837308441 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
lmpt[n_]:=Module[{k=2}, While[!PrimeQ[10*k*n+1], k++]; 10*k*n+1]; NestList[ lmpt, 2, 20] (* Harvey P. Dale, Jan 21 2016 *)
CROSSREFS
Sequence in context: A037061 A065587 A264453 * A350917 A058246 A176941
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Jan 02 2006
EXTENSIONS
More terms from Joshua Zucker, Jan 11 2006
More terms from Harvey P. Dale, Jan 21 2016
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 August 13 18:32 EDT 2024. Contains 375144 sequences. (Running on oeis4.)