OFFSET
0,4
EXAMPLE
1/3*x^2+1/15*x^4+193/5670*x^6+25/1134*x^8+4933/311850*x^10+4401359/364864500*x^12+...
MAPLE
t1:=log(csc(x)*arcsin(x));
t2:=series(t1, x, 50);
t3:=seriestolist(t2);
t3:=[seq(t3[2*i+1], i=0..(nops(t3)-1)/2 )];
t4:=map(numer, t3); t5:=map(denom, t3); lprint(t2);
CROSSREFS
KEYWORD
nonn,frac
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Corrected by N. J. A. Sloane, Dec 18 2011, based on discussions on the Sequence Fans Mailing List, Dec 13-17 2011.
STATUS
approved