For how many integers between 1 and 50 inclusive is an integer? (Recall that 0!=1.)
Source : AMC 10 A 2019 Question Paper
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.
Direct computation: Length [ Table [ If [ ( n ! ) n ( n 2 − 1 ) ! ∈ Z , n , Nothing ] , { n , 5 0 } ] ] ⇒ 3 4 .
The integers are: 1,6,8,9,10,12,14,15,16,18,20,21,22,24,25,26,27,28,30,32,33,34,35,36,38,39,40,42,44,45,46,48,49,50.