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

A089758
Primes arising in A089757.
1
31, 631, 9631, 129631, 27129631, 3027129631, 393027129631, 42393027129631, 6642393027129631, 1626642393027129631, 2311626642393027129631, 2522311626642393027129631, 2582522311626642393027129631
OFFSET
1,1
COMMENTS
Conjecture: Sequence is infinite.
MAPLE
ds:=proc(s) local j: RETURN(add(s[j]*10^(j-1), j=1..nops(s))): end: a:=[]: k1:=1: for n from 1 to 50 do for k from k1 do m:=ds([1, seq(op(convert(a[i], base, 10)), i=1..nops(a)), op(convert(3*k, base, 10))]): if isprime(m) then k1:=k+1: a:=[op(a), 3*k]: break fi od od: seq(ds([1, seq(op(convert(a[i], base, 10)), i=1..j)]), j=1..nops(a)); # C. Ronaldo
CROSSREFS
Cf. A089757.
Sequence in context: A028017 A028013 A028073 * A078891 A078914 A068147
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Nov 22 2003
EXTENSIONS
More terms from C. Ronaldo (aga_new_ac(AT)hotmail.com), Dec 26 2004
STATUS
approved