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

A013255
E.g.f.: cosh(log(x+1)-arctan(x))=1+3/4!*x^4-40/5!*x^5+250/6!*x^6-840/7!*x^7...
0
1, 0, 0, 0, 3, -40, 250, -840, 4725, -97200, 1188900, -7994800, 66364375, -1544127000, 26899674750, -278709795000, 3240888275625, -85063768972000, 1886327500213000, -26696356464492000, 405832799545216875
OFFSET
0,5
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Cosh[Log[x+1]-ArcTan[x]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Jun 24 2013 *)
CROSSREFS
Sequence in context: A283115 A013257 A013250 * A013256 A013293 A013286
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition clarified by Harvey P. Dale, Jun 24 2013
STATUS
approved