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

A012080
E.g.f.: sinh(arcsin(tan(x)))=x+4/3!*x^3+76/5!*x^5+3424/7!*x^7+285136/9!*x^9...
0
1, 4, 76, 3424, 285136, 38302144, 7603381696, 2097552753664, 768471264000256, 361133162545705984, 211820037816772258816, 151696192774576615727104, 130270853179191716758245376
OFFSET
0,2
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sinh[ArcSin[Tan[x]]], {x, 0, nn}], x]Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, May 24 2012 *)
CROSSREFS
Sequence in context: A012041 A024258 A012101 * A012047 A012010 A012155
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition clarified by Harvey P. Dale, May 24 2012
STATUS
approved