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

A113054
Beginning with 61, primes of the form: least multiple of the previous term followed by a 1. Beginning with 61, a(n) is the least prime of the form k*a(n-1)*10 +1.
1
61, 1831, 18311, 366221, 21973261, 5273582641, 52735826411, 1054716528221, 158207479233151, 11074523546320571, 1661178531948085651, 249176779792212847651, 92195408523118753630871
OFFSET
1,1
LINKS
MATHEMATICA
lmpt[n_]:=Module[{k=1}, While[!PrimeQ[k*n*10+1], k++]; k*n*10+1]; NestList[ lmpt, 61, 20] (* Harvey P. Dale, Aug 27 2016 *)
CROSSREFS
Sequence in context: A229667 A242382 A017777 * A017724 A009841 A038650
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Jan 03 2006
EXTENSIONS
More terms from Joshua Zucker, Jan 11 2006
STATUS
approved