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!)
A009036 Expansion of cos(sin(log(1+x))). 1
1, 0, -1, 3, -6, 0, 114, -1134, 9320, -75456, 640144, -5888080, 59989416, -683640048, 8694795576, -122022500040, 1861267622656, -30418406611456, 526523001326720, -9570437327493504, 181530307816180736, -3575813555711685120 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
MATHEMATICA
With[{nmax = 30}, CoefficientList[Series[Cos[Sin[Log[1 + x]]], {x, 0, nmax}], x]*Range[0, nmax]!] (* G. C. Greubel, Jul 22 2018 *)
PROG
(PARI) x='x+O('x^30); Vec(serlaplace(cos(sin(log(1+x))))) \\ G. C. Greubel, Jul 22 2018
(Magma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!(Cos(Sin(Log(1+x))))); [Factorial(n-1)*b[n]: n in [1..m]]; // G. C. Greubel, Jul 22 2018
CROSSREFS
Sequence in context: A125287 A264813 A009014 * A021281 A034004 A329083
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
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 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)