Recent content by hxthanh
-
MHB [Unsolved] How many "magic squares" (combinatorial)?
Re: [Unsolved] How many "magic square" (combinatorial)? MY SOLUTION- hxthanh
- Post #7
- Forum: General Math
-
MHB What is the result of the sum of binomial coefficients with alternating signs?
My solution- hxthanh
- Post #4
- Forum: General Math
-
MHB How Many Ways Can a Positive Integer Be Written as a Sum of Positive Integers?
$\boxed 1$ How many ways writing positive integer $n\;$ as the sum of the positive integers different each pairs? (no permutation) Example: $6=6=1+5=2+4=1+2+3 \quad $ (4 ways) $\boxed 2$ How many ways writing positive integer $n\;$ as the sum of the positive integers? (no permutation)...- hxthanh
- Thread
- Replies: 1
- Forum: General Math
-
LaTeX What to do when you can't get Latex formatted correctly?
Re: What to do when can't get Latex formatted correctly? I want show codecogs by formula $\displaystyle \sum_{k=1}^{n-1}\sin\left(\frac{\left(2\left\lfloor\sqrt{kn}\right\rfloor+1\right)\pi}{2n}\right)=\cot\left(\frac{\pi}{2n}\right)\cos\left(\frac{\pi}{2n}\right)$ but no preview :(...- hxthanh
- Post #4
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
MHB [Unsolved] How many "magic squares" (combinatorial)?
Re: [Unsolved] How many "magic square" (combinatorial)? $n^2$ non-negative integers is not necessarily different! $\displaystyle S_3(0)={0+2\choose 4}+{0+3\choose 4}+{0+4\choose 4}=1$ $$\begin{matrix}0&0&0\\0&0&0\\0&0&0\end{matrix}$$ $\displaystyle S_3(1)={1+2\choose 4}+{1+3\choose...- hxthanh
- Post #4
- Forum: General Math
-
MHB [Unsolved] How many "magic squares" (combinatorial)?
A "magic square" is an $n\times n$ table includes $n^2$ non-negative integers satisfying conditions sum on each row and each column are equal and equal to $r$. Define $S_3(r)$ is number of all $3\times 3$ magic square with row sum is $r$ Prove that: $\displaystyle S_3(r)={r+2\choose...- hxthanh
- Thread
- Squares
- Replies: 6
- Forum: General Math
-
MHB What is the result of the sum of binomial coefficients with alternating signs?
Your result is absolute correct!(Clapping) Hint: $(1-x^2)^m(1+x)^{2m}=(1-x)^m(1+x)^{3m}$ Good luck! (Sun)- hxthanh
- Post #3
- Forum: General Math
-
MHB What is the result of the sum of binomial coefficients with alternating signs?
Evaluate sum: $\displaystyle S=\sum_{k=0}^{2n}(-1)^k{2n\choose k}{4n\choose 2k}$- hxthanh
- Thread
- Binomial Binomial coefficients Coefficients Sum
- Replies: 3
- Forum: General Math
-
MHB What is the general term for integer sequences satisfying a specific condition?
very nice solution! Some similar results $a_n=1+\left\lceil\dfrac{n(n-2)}{3}\right\rceil$ $a_n=1+(2n-2)\left\lfloor\dfrac{n}{3}\right\rfloor-3\left\lfloor\dfrac{n}{3}\right\rfloor^2$ Also, by induction show that $a_n-a_{n-1}=\left\lfloor\dfrac{2(n-1)}{3}\right\rfloor$- hxthanh
- Post #5
- Forum: General Math
-
MHB What is the general term for integer sequences satisfying a specific condition?
$a_0$ is'nt importan! because $a_1=a_0+\left\lfloor\dfrac{1^2-2.1+2-a_0}{1}\right\rfloor=1$- hxthanh
- Post #3
- Forum: General Math
-
MHB What is the general term for integer sequences satisfying a specific condition?
Define $\{a_n\}$ is integer sequences (all term are integers) satisfy condition $a_n=a_{n-1}+\left\lfloor\dfrac{n^2-2n+2-a_{n-1}}{n}\right\rfloor $ for $n=1,2,...$ *note: $\left\lfloor x\right\rfloor$ is a greatest integer number less than or equal $x$ Find general term of sequences.- hxthanh
- Thread
- Integer Sequences
- Replies: 4
- Forum: General Math
-
MHB How to Calculate the Value of a Given Sum in Mathematics?
Re: Find the Sum My solution- hxthanh
- Post #2
- Forum: General Math
-
MHB How to Calculate the Value of a Given Sum in Mathematics?
Put $1\le n\in\mathbb Z$ Find the Sum: $S_n=\displaystyle \sum_{k=1}^n\dfrac{2k+1-n}{(k+1)^2(n-k)^2+1}$- hxthanh
- Thread
- Sum Value
- Replies: 1
- Forum: General Math
-
MHB Summation: trigonometric identity
Prove that: $\displaystyle\sum_{k=0}^n \frac{\cos(k x)}{\cos^kx} = \frac{1+(-1)^n}{2\cos^nx} + \dfrac{2\sin\big(\lfloor\frac{n+1}{2}\rfloor x\big) \cos\big(\lfloor\frac{n+2}{2}\rfloor x\big)} {\sin x\cos^n x} \qquad\qquad (\frac{2x}{\pi}\not\in \mathbb Z)$ *note: $\lfloor x\rfloor$ is floor...