OFFSET
1,2
REFERENCES
Jerome Spanier and Keith B. Oldham, "Atlas of Functions", Hemisphere Publishing Corp., 1987, chapter 33, equation 33:14:14 at page 318.
LINKS
Eric Weisstein's World of Mathematics, Gudermannian.
Eric Weisstein's World of Mathematics, Inverse Gudermannian.
EXAMPLE
x - x^3/6 + x^5/24 - (61*x^7)/5040 + (277*x^9)/72576 - ...
MATHEMATICA
gd[x_] := 2*ArcTan[(E^x - 1)/(E^x + 1)]; CoefficientList[ Series[gd[x], {x, 0, 28}]/x , x^2] // Denominator (* Jean-François Alcover, Nov 09 2012 *)
CROSSREFS
KEYWORD
nonn,changed
AUTHOR
Eric W. Weisstein, Jan 12 2008
STATUS
approved