login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A009459
Expansion of sin(log(1+x))/cos(x).
0
0, 1, -1, 4, -6, 25, 15, -338, 6972, -70891, 859275, -9640864, 120888174, -1541505979, 21347932515, -308351466590, 4764530724600, -77278806586295, 1328450775136695, -23972129893393796, 455516697937247010
OFFSET
0,4
MATHEMATICA
Sin[ Log[ 1+x ] ]/Cos[ x ]
CoefficientList[Series[Sec[x]*Sin[Log[1 + x]], {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Jan 24 2015 *)
CROSSREFS
Sequence in context: A241602 A136591 A277997 * A239625 A123055 A272306
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
STATUS
approved