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”).

A009428
Expansion of e.g.f. log(1+x)/cos(tanh(x)).
2
0, 1, -1, 5, -12, 29, -165, 993, -7056, 62649, -540225, 5044445, -56372844, 685980437, -8868937077, 124034330553, -1855540686720, 29570974192753, -502444027531233, 9041323571823925, -171561171727515820, 3427632445624110605
OFFSET
0,4
LINKS
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Log[1+x]/Cos[Tanh[x]], {x, 0, nn}], x]Range[0, nn]!] (* Harvey P. Dale, Oct 06 2011 *)
CROSSREFS
Sequence in context: A069306 A277088 A009412 * A220029 A192520 A094125
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
Corrected Mathematica program, Harvey P. Dale, Oct 06 2011
STATUS
approved