OFFSET
0,1
LINKS
G. Almkvist, Many correct digits of Pi, revisited, Amer. Math. Monthly, 104 (1997), 351-353.
J. M. Borwein, Adventures with the OEIS: Five sequences Tony may like, Guttmann 70th [Birthday] Meeting, 2015, revised May 2016.
J. M. Borwein, Adventures with the OEIS: Five sequences Tony may like, Guttmann 70th [Birthday] Meeting, 2015, revised May 2016. [Cached copy, with permission]
FORMULA
E.g.f.: 2 - 2/Q(0), where Q(k)= 1 - (2*k+1)*(2*k+2)/x + 1/x*(2*k+1)*(2*k+2)/Q(k+1); (continued fraction). - Sergei N. Gladkovskii, May 01 2013
From Peter Luschny, Aug 18 2021: (Start)
a(n) = (-1)^n*4^(2*n+1)*(Bernoulli(2*n+1, 3/4) - Bernoulli(2*n+1, 1/4))/(2*n+1).
a(n) = (-1)^n*4*Im(PolyLog(-2*n, i)). (End)
MATHEMATICA
a[n_] := (-1)^n 4 Im[PolyLog[-2 n, I]];
Table[a[n], {n, 0, 17}] (* Peter Luschny, Aug 18 2021 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved