|
|
A190196
|
|
Denominators of a Taylor series expansion of 1/sqrt(cosh(x)) (even powers only).
|
|
2
|
|
|
1, 4, 96, 5760, 645120, 16588800, 30656102400, 11158821273600, 109310902272000, 3278015337332736000, 191637819720990720000, 25296192203170775040000, 2541356653499348743618560000, 3303763649549153366704128000000, 713612948302617127208091648000000
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
0,2
|
|
LINKS
|
|
|
EXAMPLE
|
1/sqrt(cosh(x)) = 1-(1/4)*x^2+(7/96)*x^4-(139/5760)*x^6+(5473/645120)*x^8-(51103/16588800)*x^10+...
|
|
MAPLE
|
a:= n-> denom(coeff(series(1/sqrt(cosh(x)), x, 2*n+1), x, 2*n)):
|
|
MATHEMATICA
|
Denominator[Take[CoefficientList[Series[1/Sqrt[Cosh[x]], {x, 0, 40}], x], {1, -1, 2}]] (* Harvey P. Dale, Feb 04 2012 *)
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn,frac,changed
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|