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!)
A012917 sinh(arcsin(x) + sin(x)) = 2*x+8/3!*x^3+42/5!*x^5+1192/7!*x^7 ... . 0

%I #8 May 25 2023 15:03:57

%S 2,8,42,1192,63954,5076392,615675322,104080146632,23400806440098,

%T 6758267272643528,2438041675354644298,1074467739302301394024,

%U 568047079307626755260018,354831538774222730953869416

%N sinh(arcsin(x) + sin(x)) = 2*x+8/3!*x^3+42/5!*x^5+1192/7!*x^7 ... .

%t With[{nn=30},Take[CoefficientList[Series[Sinh[ArcSin[x]+Sin[x]],{x,0,nn}],x] Range[0,nn-1]!,{2,-1,2}]] (* _Harvey P. Dale_, May 25 2023 *)

%K nonn

%O 0,1

%A Patrick Demichel (patrick.demichel(AT)hp.com)

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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)