Skip to main contentSkip to solution

For any natural number nn, let ana_{n} be the largest integer not exceeding n\sqrt{n}. Then the value of a1+a2+….+a50a_{1}+a_{2}+\ldots .+a_{50} is

Entered answer:

Solution

✅ Correct Answer: 217

Find the sum of a1+a2+...+a50a_1 + a_2 + ... + a_{50} where ana_n is the largest integer not exceeding n\sqrt{n}.

This is also called the "floor function" of n\sqrt{n}, written as ⌊n⌋\lfloor\sqrt{n}\rfloor. It simply means we take the square root of nn and round it down to the nearest whole number.

n√n⌊√n⌋
111
21.411
31.731
422
52.242
62.452
72.652
82.832
933
103.163

The bolded values (1, 4, 9, 16) represent perfect squares where the square root is a whole number, so √n = ⌊√n⌋ for these values.


Instead of calculating each term individually, let's group terms that have the same value.

The value kk appears for all nn where k≤n<k+1k ≤ \sqrt{n} < k+1

This gives us k2≤n<(k+1)2k^2 ≤ n < (k+1)^2

This means value kk appears from n=k2n = k^2 to n=(k+1)2−1n = (k+1)^2 - 1.


Value (k)RangeCountContribution
1n = 1 to 331 × 3 = 3
2n = 4 to 852 × 5 = 10
3n = 9 to 1573 × 7 = 21
4n = 16 to 2494 × 9 = 36
5n = 25 to 35115 × 11 = 55
6n = 36 to 48136 × 13 = 78
7n = 49 to 5027 × 2 = 14

a1+a2+...+a50=3+10+21+36+55+78+14=217a_1 + a_2 + ... + a_{50} = 3 + 10 + 21 + 36 + 55 + 78 + 14 = 217

Keyboard Shortcuts

  • Left arrow: Previous question
  • Right arrow: Next question
  • S key: Jump to solution
  • Q key: Jump to question