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

A012756
exp(arctanh(x)*arctanh(x))=1+2/2!*x^2+28/4!*x^4+968/6!*x^6+61584/8!*x^8...
1
1, 2, 28, 968, 61584, 6221472, 912779712, 183144253056, 48126940270848, 16031131073204736, 6598147635721116672, 3287285755024478177280, 1949289186179973455646720, 1356446896562442205265633280
OFFSET
0,2
LINKS
MATHEMATICA
nn = 20; Table[(CoefficientList[Series[E^(ArcTanh[x]^2), {x, 0, 2*nn}], x] * Range[0, 2*nn]!)[[n]], {n, 1, 2*nn+1, 2}] (* Vaclav Kotesovec, Feb 08 2015 *)
CROSSREFS
Sequence in context: A012725 A264637 A352251 * A362587 A009403 A026944
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved