InterviewSolution
Saved Bookmarks
| 1. |
For each integer n ge 1, define a _(n) = [ (n)/( [sqrtn]) ], where [x] denotes the largest integer not exceeding x, for any real number x. Find the number of all n is the set {1,2,3,….,2010} for which a _(n)gt a _(n+1). |
|
Answer» |
|