Search: id:A087631 Results 1-1 of 1 results found. %I A087631 %S A087631 1,6,35,268,2092,17263,146565,1274244,11272025,101053126 %N A087631 Number of n-digit primes == 3 (mod 10). E.g. there exist 6 two-digit prime numbers(13,23,43,53,73,83) with unit's place 3. %e A087631 E.g. a(3)=35, since there are 35 three-digit numbers with unit place digit as 3. %o A087631 (JAVA) The terms of the sequences are generated by changing the range for j for the various number of digits. E.g. it ranges from 100 to 999 for three-digit numbers. float r,x; int c=0,count=0; for (float j=100f; j<1000f; j++) { for (float i=2f; i