OFFSET
1,1
COMMENTS
See Schechter, 1984, for precise definition. The sum-critical values for Sum 1/k begin 4, 31, 1674, ..., which is almost but not quite the same as A082913 (the latter has an additional 2 at the start).
LINKS
Murray Schechter, Summation of divergent series by computer, Amer. Math. Monthly, 91:10 (1984), 629-632. See Table 2.
FORMULA
a(n) ~ 2^(2*n - 2) - 2^(n-1)*zeta(1/2). - Vaclav Kotesovec, Jun 25 2022
MATHEMATICA
Table[Floor[x /. FindRoot[2*Sqrt[x] + (1 - 1/(12*x))/(2*Sqrt[x]) + Zeta[1/2] == 2^k, {x, 2^k}]] + 1, {k, 1, 25}] (* Vaclav Kotesovec, Jun 25 2022 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jun 24 2022
EXTENSIONS
More terms from Vaclav Kotesovec, Jun 25 2022
STATUS
approved