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

A012036
tan(sin(arcsinh(x)))=x-4/5!*x^5+32/7!*x^7+80/9!*x^9-34048/11!*x^11...
2
1, 0, -4, 32, 80, -34048, 5048512, -984048128, 246504417536, -76892124225536, 29350173573487616, -13506119868179701760, 7388967312556159062016, -4745632815309786449379328, 3538391474251613805070172160
OFFSET
0,3
LINKS
FORMULA
a(n) ~ (-1)^n * c * (2*n)! / sqrt(n), where c = 0.05565047582054219883411112937... . - Vaclav Kotesovec, Feb 03 2015
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Tan[Sin[ArcSinh[x]]], {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, May 19 2014 *)
CROSSREFS
Sequence in context: A138340 A113250 A329910 * A153794 A222326 A370082
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved