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

A012360
Expansion of e.g.f.: sech(tan(x)*log(x+1))=1-12/4!*x^4+60/5!*x^5-570/6!*x^6+3780/7!*x^7...
0
1, 0, 0, 0, -12, 60, -570, 3780, -26880, 145152, 67800, -19702320, 483806664, -8808530016, 143791860576, -2098017710880, 26000312931840, -200354333649536, -2365679417115840, 173236427161446528
OFFSET
0,5
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Sech[Tan[x]Log[x+1]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Nov 29 2018 *)
CROSSREFS
Sequence in context: A012517 A012314 A233004 * A012708 A009077 A012702
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition clarified by Harvey P. Dale, Nov 29 2018
STATUS
approved