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

A009363
Expansion of log(1+tan(log(1+x))).
0
0, 1, -2, 9, -55, 434, -4180, 47590, -625770, 9339880, -156097760, 2889491800, -58706203400, 1299203207600, -31115627649600, 801958361812400, -22134642846706000, 651438145653776000, -20365743882600064000
OFFSET
0,3
FORMULA
a(n) ~ (n-1)! * (-1)^(n+1) / (1-exp(-Pi/4))^n. - Vaclav Kotesovec, Jan 23 2015
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Log[1+Tan[Log[1+x]]], {x, 0, nn}], x]Range[0, nn]!] (* Harvey P. Dale, Sep 28 2011 *)
CROSSREFS
Sequence in context: A355281 A036074 A231172 * A069564 A109366 A303914
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
STATUS
approved