Online calculator for Parities of Combinatorial functions



see Computing Parity of Combinatorial Functions, S. Cha. CSIS Technical Reports, Feb 2011, n 281

-Computational Complexities
Acutal valueParity
factorial n!Θ(n) O(1)
Fibonacii FnΘ(n) O(1)
Lucas LnΘ(n) O(1)
Power nkΘ(logk) O(1)
Permute P(n, k)Θ(n-k) O(1)
Binomial Coefficient C(n, k)Θ(min(n-k,k)) O(log(n)loglog(n))
Σi =1~ nikΘ(n) O(1)