⌊ 1 ⌋ + ⌊ 2 ⌋ + ⌊ 3 ⌋ + ⋯ + ⌊ 2 0 0 4 ⌋ = ?
Notation : ⌊ ⋅ ⌋ denotes the floor function .
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.
Nice solution, +1 did the same way :)
There are 3, '1's,...5,'2's....7,'3's.... . . . (2n+1), 'n's.
2
0
0
4
=
4
4
.
7
6
6
0
5
8
5
7
,
s
o
a
b
o
v
e
n
=
4
3
,
+
2
0
0
4
−
(
4
4
2
)
+
1
=
6
9
′
4
4
′
s
.
n
=
1
∑
4
3
(
2
n
+
1
)
∗
n
+
6
9
∗
4
4
=
n
=
1
∑
4
3
(
2
n
2
+
n
)
+
6
9
∗
4
4
=
2
∗
6
n
∗
(
n
+
1
)
(
2
n
+
1
)
+
2
n
(
n
+
1
)
∣
n
4
3
+
6
9
∗
4
4
=
3
1
∗
4
3
∗
4
4
∗
8
7
+
2
1
∗
4
3
∗
4
4
+
6
9
∗
4
4
=
5
8
8
5
0
nice observation..+1
(1×3)+(2×5)+(3×7)+(4×9)+...=sum (n×(2n+1)) till n=43 and then 69×44, because with 44 only 69 numbers are there in the question
Problem Loading...
Note Loading...
Set Loading...
S = ⌊ 1 ⌋ + ⌊ 2 ⌋ + ⌊ 3 ⌋ + ⌊ 4 ⌋ + ⌊ 5 ⌋ + ⌊ 6 ⌋ + ⋯ + ⌊ 2 0 0 4 ⌋ = 1 st term 1 + 1 + 1 + 4 th term 2 + 2 + 2 + . . . + 9 th term 3 + 3 + 3 . . . + 4 4 = n = 1 ∑ 4 3 ( ( n + 1 ) 2 − n 2 ) n + ( 2 0 0 4 − 4 4 2 + 1 ) ( 4 4 ) = n = 1 ∑ 4 3 ( 2 n + 1 ) n + 3 0 3 6 = 2 n = 1 ∑ 4 3 n 2 + n = 1 ∑ 4 3 n + 3 0 3 6 = 2 ( 6 4 3 ⋅ 4 4 ⋅ 8 7 ) + 2 4 3 ⋅ 4 4 + 3 0 3 6 = 5 4 8 6 8 + 9 4 6 + 3 0 3 6 = 5 8 8 5 0