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!)
A012410 Expansion of e.g.f. arcsin(arctan(x) * exp(x)). 1
0, 1, 2, 2, 8, 88, 560, 3880, 48064, 645376, 8447488, 129332480, 2305269760, 43823270528, 893173681920, 19883237893376, 476731844235264, 12171513901662208, 330755844515020800, 9543303550734733312, 291053885585803034624, 9354941906907855192064 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MAPLE
x + 2/2!*x^2 + 2/3!*x^3 + 8/4!*x^4 + 88/5!*x^5 ...
MATHEMATICA
Range[0, 20]! CoefficientList[Series[ArcSin[ArcTan[x] Exp[x]], {x, 0, 20}], x] (* Vincenzo Librandi, Jul 19 2018 *)
PROG
(PARI) x = 'x + O('x^30); concat([0], Vec(serlaplace(asin(atan(x) * exp(x))))) \\ Michel Marcus, Jul 19 2018
CROSSREFS
Sequence in context: A012413 A012659 A009448 * A295382 A123642 A007848
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
a(0) inserted and title improved by Sean A. Irvine, Jul 18 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 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)