login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A013477
Coefficient of [x^(4*n+2)] in expansion of e.g.f. tanh(cos(x) - cosh(x)).
0
-2, 238, -473762, 4544139598, -133366253033282, 9357776691549409198, -1341930712996828590536162, 352757692963898925496158362638, -156922931120424993062032606256707202, 111108598565238227067101723645812683396718
OFFSET
0,1
EXAMPLE
-2/2!*x^2 + 238/6!*x^6 - 473762/10!*x^10 + 4544139598/14!*x^14 ...
MATHEMATICA
With[{nn=38}, Take[CoefficientList[Series[Tanh[Cos[x]-Cosh[x]], {x, 0, nn}], x] Range[0, nn]!, {3, -1, 4}]] (* Harvey P. Dale, Jul 20 2024 *)
CROSSREFS
Sequence in context: A124046 A101146 A159280 * A013473 A212839 A225784
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Missing a(0)=-2 inserted, more terms, and title improved by Sean A. Irvine, Aug 07 2018
STATUS
approved