%I A103110
%S A103110 2,3,5,63,237,407,687,4413,5606
%N A103110 Numbers n such that (58*100^n - 157)/99 is prime.
%C A103110 (58*100^A013110-157)/33 is a subsequence of the sequence A069514, so
see Comments on A069514. Next term is greater than 6400.
%t A103110 Do[If[PrimeQ[(58*10^n - 157)/99], Print[n]], {n, 6400}]
%Y A103110 Cf. A069514, A102589.
%Y A103110 Sequence in context: A029961 A083665 A084839 this_sequence A042239 A029975
A042787
%Y A103110 Adjacent sequences: A103107 A103108 A103109 this_sequence A103111 A103112
A103113
%K A103110 more,nonn
%O A103110 1,1
%A A103110 Farideh Firoozbakht (mymontain(AT)yahoo.com), Jan 24 2005
|