OFFSET
1,2
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
AUTHOR
Eric W. Weisstein, Jan 12 2008
STATUS
approved