proposed
approved
Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
proposed
approved
editing
proposed
J. Zhao, <a href="https://arxiv.org/abs/math/0303043">Partial sums of multiple zeta value series II: finiteness of p-divisible sets</a>, arXiv:math/0303043 [math.NT], 2003-2010. See (23) p. 11.
approved
editing
proposed
approved
editing
proposed
J. Zhao, <a href="httphttps://arXivarxiv.org/abs/math.NT/0303043">Partial sums of multiple zeta value series II: finiteness of p-divisible sets</a>, arXiv:math/0303043 [math.NT], 2003-2010.
proposed
editing
editing
proposed
nmax = 15; dhs = Array[HarmonicNumber[# - 1]/# &, 2^nmax] // Accumulate; Print["dhs finished"];
f[s_] := IntegerExponent[s // Denominator, 2];
a[2] = 3; a[n_] := a[n] = For[k = 2*a[n - 1], k <= 2^n - 1, k++, fk = f[dhs[[k]]]; If[f[dhs[[k-1]]] > fk && f[dhs[[k+1]]] > fk, Return[k]]];
Table[Print["a(", n, ") = ", a[n]]; a[n], {n, 2, nmax}] (* Jean-François Alcover, Jan 22 2018 *)
approved
editing
proposed
approved
editing
proposed