diff --git a/junk/faulhaber/faulhaber.html b/junk/faulhaber/faulhaber.html
index fc5ab78..25d1baf 100644
--- a/junk/faulhaber/faulhaber.html
+++ b/junk/faulhaber/faulhaber.html
@@ -20,6 +20,7 @@
Posted Updated Sums of Powers
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).
+ implement.1It 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