login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A012243
-log(cos(arctanh(x)))=1/2!*x^2+10/4!*x^4+280/6!*x^6+15440/8!*x^8...
0
1, 10, 280, 15440, 1412480, 193606400, 37162777600, 9519986944000, 3139364220928000, 1295834618224640000, 654668849830461440000, 397456058751397068800000, 285567610965661253632000000
OFFSET
0,2
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[-Log[Cos[ArcTanh[x]]], {x, 0, nn}], x] Range[0, nn]!, {3, -1, 2}]] (* Harvey P. Dale, May 28 2017 *)
CROSSREFS
Sequence in context: A251580 A165457 A025035 * A186270 A231793 A213403
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Edited by D. S. McNeil, Dec 17 2011
STATUS
approved