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

A012546
arcsin(sinh(x)*tan(x))=2/2!*x^2+12/4!*x^4+262/6!*x^6+13272/8!*x^8...
0
2, 12, 262, 13272, 1199882, 172207332, 35836412302, 10199550294192, 3802117533461522, 1797033345886449852, 1049846428673838251542, 742763896072793206770312, 625784289590468519088366362
OFFSET
0,1
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcSin[Sinh[x]Tan[x]], {x, 0, nn}], x]Range[0, nn]!, {3, -1, 2}]] (* Harvey P. Dale, Jan 28 2012 *)
CROSSREFS
Sequence in context: A361749 A012549 A009610 * A193204 A289314 A091504
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved