Computing Series Product: a-i+1^a-i+1

  • Context: Graduate 
  • Thread starter Thread starter oscaralive
  • Start date Start date
  • Tags Tags
    Product
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
oscaralive
Messages
4
Reaction score
0
Hi all,
anyone knows how to compute the following serie?

\prod_{i=1}^{a}(a-i+1)^(a-i+1)

Many thanks in advance!
 
Physics news on Phys.org
Because I'm trying to find an upper bound to define the complexity of an algorithm...and I cannot put it that way...it would be great to find an appropriate upper bound to this product

Thanks
 
In fact, I come from the log serie...

[tex]\sum_{i=1}^{a}(a-i+1)log(a-i+1)[/tex]

[tex]\sum_{i=1}^{a}log((a-i+1)^{(a-i+1)})[/tex]

[tex]log(\prod_{i=1}^{a}{(a-i+1)}^{(a-i+1)})[/tex]
which now has been transformed to the product...

thanks,
 
Last edited:
I'm stuck here :(