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

A013476
Coefficient of x^(4*n+2) in e.g.f. arcsinh(cos(x) - cosh(x)).
1
-2, 118, -267122, 3801437638, -188997287445602, 24300893634392843158, -6725983870126469414416082, 3540538990952328979449335176678, -3241779510843677923729210281115258562
OFFSET
0,1
LINKS
EXAMPLE
-(2/2!)*x^2 + (118/6!)*x^6 - (267122/10!)*x^10 + (3801437638/14!)*x^14 - ...
MAPLE
S:= series(arcsinh(cos(x)-cosh(x)), x, 103):
seq(coeff(S, x, 4*n+2)*(4*n+2)!, n=0..25); # Robert Israel, Aug 16 2018
CROSSREFS
Sequence in context: A013470 A013511 A013507 * A103851 A024030 A221231
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