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”).

A009426
Expansion of log(1+x)/cos(sinh(x)).
1
0, 1, -1, 5, -12, 89, -345, 3093, -17136, 182097, -1334025, 16371365, -150969324, 2101489961, -23556117585, 367038504693, -4870660226880, 84100519126561, -1293871061371761, 24562906630580293, -430689316852061740
OFFSET
0,4
FORMULA
a(n) ~ (n-1)! * (-1)^(n+1) / cos(sinh(1)). - Vaclav Kotesovec, Jan 24 2015
MATHEMATICA
Log[ 1+x ]/Cos[ Sinh[ x ] ]
CoefficientList[Series[Log[1 + x]*Sec[Sinh[x]], {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Jan 24 2015 *)
CROSSREFS
Sequence in context: A064371 A249478 A009414 * A304001 A009731 A009427
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
STATUS
approved