|
Search: id:A112782
|
|
|
| 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. |
|
+0 1
|
|
| 2, 23, 233, 2333, 23333, 2566633, 51332663, 10266532603, 205330652063, 4106613041263, 2546100085583063, 636525021395765753, 388280263051417109333, 54359236827198395306623
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
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: A048549 A089703 A088094 this_sequence A093672 A118385 A098739
Adjacent sequences: A112779 A112780 A112781 this_sequence A112783 A112784 A112785
|
|
KEYWORD
|
base,nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jan 02 2006
|
|
EXTENSIONS
|
More terms from Joshua Zucker and Farideh Firoozbakht (f.firoozbakht(AT)math.ui.ac.ir), Jan 05 2006
|
|
|
Search completed in 0.002 seconds
|