From 193a2ac033b63c26857ca5ce8db9cab3d2934831 Mon Sep 17 00:00:00 2001
From: filifa Posted Updated This page is all about how we can efficiently compute large sums of
@@ -402,7 +403,7 @@
This algorithm is quadratic in the value of
, which isn't great, but it's simple to
- implement (and I don't know of any faster way).Sums of Powers
It turns out there is a very elegant identity relating exponents, Stirling numbers, and falling - factorials:1
+ factorials:2(For , the sum is - just .)2 This lets us - simplify.3
+ just .)3 This lets us + simplify.4