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!)
A009572 Expansion of e.g.f. sinh(log(1+x))*cos(x). 1
0, 1, -1, 0, -6, 35, -195, 1358, -10892, 98037, -980325, 10783564, -129402834, 1682236855, -23551315879, 353269738170, -5652315810840, 96089368784297, -1729608638117193, 32862564124226648, -657251282484533150 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) ~ n! * (-1)^(n+1) * cos(1) / 2. - Vaclav Kotesovec, Jan 23 2015
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Sinh[Log[1+x]]Cos[x], {x, 0, nn}], x]Range[0, nn]!] (* Harvey P. Dale, Mar 09 2012 *)
CoefficientList[Series[(x*(2 + x)*Cos[x])/(2*(1 + x)), {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Jan 23 2015 *)
PROG
(PARI) x='x+O('x^30); concat([0], Vec(serlaplace(sinh(log(1+x))*cos(x)))) \\ G. C. Greubel, Jan 21 2018
CROSSREFS
Sequence in context: A274373 A328331 A346318 * A027202 A026934 A171311
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 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)