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

  • Thread starter Thread starter oscaralive
  • Start date Start date
  • Tags Tags
    Product
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
hi oscaralive! :smile:

(try using the X2 icon just above the Reply box :wink:)

isn't that just 11223344…aa

why not leave it as it is? :confused:

(or you could write it as (a!)a over something)
 
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
 
well, the log would be ∑nlogn … does that help? :smile:
 
In fact, I come from the log serie...

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

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

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

thanks,
 
Last edited:
i was wondering whether it would be close to ∫ xlogx dx
 
I'm stuck here :(
 

Similar threads

Back
Top