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

A013098
tanh(arcsinh(x)+tan(x)) = 2*x-15/3!*x^3+457/5!*x^5-30289/7!*x^7...
1
2, -15, 457, -30289, 3469345, -608926329, 151766090881, -50946876706129, 22157750605438913, -12118460218882345193, 8139938757873193425313, -6587354373887296232631681, 6321346340322177807347908193
OFFSET
0,1
LINKS
FORMULA
Limit n->infinity (|a(n)|/(2*n+1)!)^(1/(2*n+1)) = 1.2646735395769... - Vaclav Kotesovec, Nov 01 2013
MATHEMATICA
Table[n!*SeriesCoefficient[Tanh[ArcSinh[x]+Tan[x]], {x, 0, n}], {n, 1, 41, 2}] (* Vaclav Kotesovec, Nov 01 2013 *)
CROSSREFS
Sequence in context: A012943 A363834 A013059 * A365534 A158109 A370014
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved