The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A112782 Beginning with 2, primes of the form: least multiple of the previous term followed by a 3. Beginning with 2, a(n) is the least prime of the form k*a(n-1)*10 + 3. 4
2, 23, 233, 2333, 23333, 2566633, 51332663, 10266532603, 205330652063, 4106613041263, 2546100085583063, 636525021395765753, 388280263051417109333, 54359236827198395306623 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
a[1]=2; a[n_]:=a[n]=(For[m=1, !PrimeQ[m a[n-1]*10+3], m++ ]; 10m*a[n-1]+3); Table[a[n], {n, 15}]
CROSSREFS
Sequence in context: A158191 A089703 A088094 * A093672 A262571 A283560
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Jan 02 2006
EXTENSIONS
More terms from Joshua Zucker and Farideh Firoozbakht, Jan 05 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 June 6 19:21 EDT 2024. Contains 373134 sequences. (Running on oeis4.)