1^k + 2^k + ... + n^k using Faulhaber's formula

Revision en1, by grinding_codexp, 2024-07-30 14:55:08

I want to ask about this problem: 622F - The Sum of the k-th Powers. I solved it using lagrange interpolation 263080914 but can anyone help me implement the solution with Faulhaber's formula? Thanks very much.

Tags lagrange-interpolation, faulhaber, sequence, lagrange

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English grinding_codexp 2024-07-30 14:55:08 250 Initial revision (published)