[go: up one dir, main page]

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

A013471
Coefficient of [x^(4*n+2)] in e.g.f. arcsin(cosh(x) - cos(x)).
0
2, 122, 277202, 3983059082, 200112585065762, 26008401336337737242, 7277388248057262118433522, 3872999317699675699454283234602, 3585401782089744868804837371127740482, 5396888276982771143162586362050799875871162
OFFSET
0,1
EXAMPLE
2/2!*x^2 + 122/6!*x^6 + 277202/10!*x^10 + 3983059082/14!*x^14 ...
MATHEMATICA
DeleteCases[ Range[0, 38]! CoefficientList[ Series[ ArcSin[Cosh[x] - Cos[x]], {x, 0, 38}], x], 0] (* Robert G. Wilson v, Aug 06 2018 *)
CROSSREFS
Sequence in context: A222873 A325889 A013475 * A370967 A249497 A249498
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
a(0)=2 inserted, more terms, and title improved by Sean A. Irvine, Aug 06 2018
STATUS
approved