caiocandido's blog

By caiocandido, history, 8 years ago, In English

Recently I was studying math and came across this problem:

Given 1 < a < 10, 1 <= n <= 100000, show how to compute the value of: 1 * a + 2 * a^2 + 3 * a^3 + ... + n * a^n efficienty, i.e. in O(log n)!

Could someone give ideas/way to solve this problem?

Full text and comments »

  • Vote: I like it
  • +4
  • Vote: I do not like it