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!)
A296729 Expansion of e.g.f. arcsin(x*cosh(x)) (odd powers only). 4
1, 4, 44, 1912, 156816, 21506816, 4420845376, 1271132964480, 487161448339712, 239980527068474368, 147742478026391141376, 111153314734461183924224, 100339775128577885016985600, 107037870347952811373977239552, 133204585741561810426003651444736 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (2*n+1)! * [x^(2*n+1)] arcsin(x*cosh(x)).
EXAMPLE
arcsin(x*cosh(x)) = x/1! + 4*x^3/3! + 44*x^5/5! + 1912*x^7/7! + 156816*x^9/9! + ...
MATHEMATICA
nmax = 15; Table[(CoefficientList[Series[ArcSin[x Cosh[x]], {x, 0, 2 nmax + 1}], x] Range[0, 2 nmax + 1]!)[[n]], {n, 2, 2 nmax, 2}]
PROG
(PARI) first(n) = x='x+O('x^(2*n)); vecextract(Vec(serlaplace(asin(x*cosh(x)))), (4^n - 1)/3) \\ Iain Fox, Dec 19 2017
CROSSREFS
Sequence in context: A217473 A127635 A134174 * A157193 A224784 A243221
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Dec 19 2017
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)