We call a positive integer good if it cannot be expressed as the difference of two perfect square integers in at least two different ways.
We randomly pick up a number from the set . Let be the probability that the number turns out to be good .
Then turns out to be which of the following?
Hint: You might need the Prime Number Theorem
This problem is a part of Tessellate S.T.E.M.S.
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.
If n = a 2 − b 2 = ( a + b ) ( a − b ) can be written as the difference of two squares (of positive integers) in at least two different ways, there must be at least two different ways of factorising n as the product of two (positive) integers of the same parity. Thus, to be a "good" number, there are three options:
Thus there are π ( n ) + ⌊ 4 n − 2 ⌋ + π ( ⌊ 4 n ⌋ ) "good" numbers, and so p ( n ) = n 1 ( π ( n ) + ⌊ 4 n − 2 ⌋ + π ( ⌊ 4 n ⌋ ) ) ∼ ln n 1 + 4 1 + 4 ln ( 4 1 n ) 1 → 4 1 as n → ∞ . Since the terms like ln n 1 tend to 0 as n → ∞ , they can be ignored.