login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A012610 Expansion of e.g.f. exp(arcsinh(x)*tan(x)) (even powers only). 1
1, 2, 16, 350, 12248, 734218, 55640396, 6572508462, 822057317136, 170181011188626, 28436167156754964, 10592613470009612406, 1668642302509175576856, 1486955058235797307115866, 7689153648829475517246236, 472651116807461744585332416574, -170571204803370595086655592041440 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(16) is negative. - Vaclav Kotesovec, Oct 31 2013
LINKS
FORMULA
a(n) ~ (-1)^(n+1) * tanh(1) * 2^(2*n) *n^(2*n-1) / exp(2*n+Pi*tanh(1)/2). - Vaclav Kotesovec, Oct 31 2013
EXAMPLE
exp(arcsinh(x)*tan(x)) = 1 + 2/2!*x^2 + 16/4!*x^4 + 350/6!*x^6 + 12248/8!*x^8 ...
MATHEMATICA
Table[n!*SeriesCoefficient[Exp[ArcSinh[x]*Tan[x]], {x, 0, n}], {n, 0, 40, 2}] (* Vaclav Kotesovec, Oct 31 2013 *)
PROG
(PARI) seq(n)={my(x='x+O('x^(2*n))); my(v=Vec(serlaplace(exp(asinh(x)*tan(x))))); vector(n, i, v[2*i-1])} \\ Andrew Howroyd, Feb 25 2018
CROSSREFS
Sequence in context: A268560 A275854 A299907 * A012721 A297095 A289972
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
a(14)-a(16) from Andrew Howroyd, Feb 25 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)