Even though the irregularities lying behind the Bernoulli's numbers are yet to be clarified, it seems that we already have algorithms to effectively compute them. [Source1, Source2]
In this question, I want to focus on the inverse function of Faulhaber's formula. (also known as Bernoulli's formula)
WLOG, setting an arbirary polynomial as $u(x)=2x^2+2x$ and plugging it into Faulhaber's formula, we obtain $v(x)=\frac{2x^3}{3}+2x^2+\frac{4x}{3}$. Let's denote this mapping, a functional procedure of plugging an univariate polynomial into Faulhaber's formula, as $f: u \rightarrow v$. Then my questions are as follows.
Q1. Does the inverse function $f^{-1}:v \rightarrow u$ exist? That is to say, is $f: u \rightarrow v$ bijective? If so, how can I prove it?
Q2. If the inverse function $f^{-1}:v \rightarrow u$ exist, is there any effective algorithm to calculate the outputs of the function?
Looking forward to any kind of advices from comments and answers. Recommending any useful sources related to this problem would be also grateful. Thanks.