Find the second smallest prime factor of the number above.
Notation : denotes the factorial notation. For example, .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
( 2 0 0 ! ) ! is a very big number so is not easy to handle even by a computer however note that if p < 2 0 0 ! ⟹ p ∣ ( 2 0 0 ! ) ! which basically means that any prime factor of 2 0 0 ! + 3 will divide 2 0 0 ! + ( 2 0 0 ! ) ! + 3 relying on p < 2 0 0 ! (which is still very large).
Prints the first 3 prime factors as 3 , 1 5 8 4 4 9 , 2 3 8 7 8 9 so, as these are all less than 2 0 0 ! the answer is:
1 5 8 4 4 9