Since very few people solved this easy problem, I decided to reformulate it in simpler language.
Take a sequence of positive integers
with this only one rule:
is the number of (positive) divisors of .
PROBLEM IS: Determine , knowing that .
The following is the PREVIOUS formulation (that in fact ask the same thing). If ( is a positive integer) define as the set of the positive divisors of . Also denote with the number of its elements (the cardinality of the set ).
For istance , and .
Define a sequence of natural positive numbers in this way.
We know that .
Find .
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.
Let n be any positive integer. If ∣ D n ∣ = 1 this means that n has just one positive divisor.Hence n must be 1, otherwise n has at least two divisors (namely n and 1 ).
So we know that a 7 4 = 1 . But this also mean that a 7 3 = 1 . And again we have a 7 2 = a 7 1 = ⋯ = a 1 = 1 . In particular a 1 5 = 1 .