For positive integers $n$ and $a$, define the integer power sum function $$S_n(a) = 1^n+2^n+\dotsb+(a-1)^n+a^n\!.$$
I’m trying to prove
Conjecture: $(2a+3) \nmid S_{2n}(a)$
or, alternatively, find a counterexample.
Numeric calculations (a.k.a. brute-force searches) have turned up no counterexamples, and algebraic manipulation with “small” $n$ suggest that $$(2a+3) \mid d_{2n}\bigl(2^{2n}S_{2n}(a)+1\bigr),$$ where $d_{2n}$ is the denominator of the power sum function (and thus related to Bernoulli numbers/polynomials); note that $d_{2n}$ is known to be squarefree.
By well-known [classical] results, we can deduce that $2a+3$ is squarefree, and that any prime $p$ dividing $2a+3$ must satisfy $(p-1) \mid 2n$. There are lots of recurrences out there which connect $S_{2n}(a)$ to $S_k(a)$ for various $k$ (especially $0 ≤ k < n$) — really, there is no shortage of literature on the integer power sum function. It seems like it should be easy to prove this conjecture… but after much work, I’m stuck.
Any suggestions — or a proof/disproof — would be appreciated.
Not an answer, but maybe an explanation why counterexamples are sparse, if there are any.
\begin{align} S_{2n}(a) &= 1^{2n}+2^{2n}+\dotsb+a^{2n} \\ &\equiv (2a+2)^{2n}+(2a+1)^{2n}+\cdots +(a+3)^{2n}\pmod{2a+3}. \end{align}
Then:
$$S_{2n}(2a+2)\equiv 2S_{2n}(a)+(a+1)^{2n}+(a+2)^{2n}\pmod{2a+3}$$
Letting $m=2a+3,$ then $a+1=\frac{m-1}2,a+2=\frac{m+1}2,$ so you get:
$$2^{2n-1}S_{2n}(2a+2)\equiv 2^{2n}S_{2n}(a)+1\pmod m$$
(Is this true?) The closed formula of $S_{2n}(k)$ has $(k+1)$ in the numerator. When $k=2a+2,$ there will often be a prime divisor of $2a+3$ which is a divisor of $S_{2n}(2a+2).$ If they have a prime factor in common, then it isn’t possible for $2a+3\mid S_{2n}(a).$
For example, when $n=1,$ the only possible counter-example is $2a+3=3,$ because the denominator of the formula is $6.$
When $n=2,$ the only possible counterexamples are $2a+3\mid 15.$
In general, the finite set of counterexample possibilities are the $2a+3\mid (2n+1)!$
The only reason I think there might be a counterexample is that $a=0$ is always a counter-example, where $S_{2n}(0)=0.$ But the condition $a>0$ eliminates those.