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

A012414
Expansion of e.g.f. arcsinh(arctan(x) * exp(x)).
0
0, 1, 2, 0, -16, -52, 200, 3752, 18496, -190384, -4797152, -28063552, 661457920, 17348360768, 74504846208, -4999196993152, -124352680593408, -83620707815168, 65968266617811456, 1541961961341134848
OFFSET
0,3
EXAMPLE
x + 2/2!*x^2 - 16/4!*x^4 - 52/5!*x^5 + 200/6!*x^6 ...
PROG
(PARI) x = 'x + O('x^30); concat([0], Vec(serlaplace(asinh(atan(x) * exp(x))))) \\ Michel Marcus, Jul 19 2018
CROSSREFS
Sequence in context: A009246 A358629 A338448 * A098336 A116093 A012409
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
a(0) inserted and title improved by Sean A. Irvine, Jul 18 2018
STATUS
approved