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

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