A109757 Numbers n such that (10's complement factorial of n) + 1 is semiprime.
1, 3, 6, 14, 20, 21, 26, 34, 37, 39, 40, 47, 51, 54, 61, 62, 72, 74, 77, 82, 83, 86, 113, 115, 118, 127, 139, 179
Offset: 1
Programs
-
PARI
comp(n)=10^#Str(n)-n is(n)=bigomega(prod(k=1,n,comp(k))+1)==2 \\ Charles R Greathouse IV, Jul 10 2011
Extensions
More terms from Sean A. Irvine, Jul 10 2011