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

A109757
Numbers n such that (10's complement factorial of n) + 1 is semiprime.
0
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,2
PROG
(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
CROSSREFS
Sequence in context: A096337 A175318 A281025 * A075189 A291987 A200823
KEYWORD
nonn,base
AUTHOR
Jason Earls, Aug 12 2005
EXTENSIONS
More terms from Sean A. Irvine, Jul 10 2011
STATUS
approved