OFFSET
1,3
COMMENTS
Does the ratio of consecutive terms, a(n+1)/a(n), tend to a finite limit?
PROG
(PARI) print1("1, ", #last=[35]); for(d=3, 30, new=[]; forprime( p=0, 9, for(k=1, #last, isprime((last[k]^2\10^d+t*last[k]/5)%10) & new=concat(new, last[k]+p*10^(d-1)))); print1(", ", #last=new))
CROSSREFS
KEYWORD
nonn,base
AUTHOR
M. F. Hasler, Jan 24 2009
STATUS
approved