Is the sum of binomial coefficients C(2n,2x) exponential in 2n?

  • Context: Graduate 
  • Thread starter Thread starter twoflower
  • Start date Start date
  • Tags Tags
    Exponential Sum
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
twoflower
Messages
363
Reaction score
0
Hello,

I've been solving a problem which forces me to answer the question: "Is there a boolean function with exponential number (in variable count) of prime implicants of the length n - 1?"

Anyway, during solving this problem I came to this point:

Is the following sum exponential in [itex]2n[/itex]?

[tex] \sum_{x=0}^{n} \left( \begin{array}{cc} 2n \\ 2x \end{array} \right)[/tex]

Are there some nice combinatorial identities which I overlooked that can be useful in this case?

Thank you very much.
 
Mathematics news on Phys.org
If you leave out the 2's in the combinatorial symbol, the answer (as you probably know) is 2n. I would guess your sum is something like 2(2n-1), since you are missing about half the terms.