This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A013159 #6 Nov 29 2016 08:37:19 %S A013159 0,2,-1,-12,42,436,-4170,-32704,751016,3283072,-209162880,86913024, %T A013159 81648502848,-575015877024,-41409311392176,689874309603456, %U A013159 25412078270229120,-812967446932685568,-17148064731893670528 %N A013159 arctan(arctanh(x)+log(x+1))=2*x-1/2!*x^2-12/3!*x^3+42/4!*x^4+436/5!*x^5... %t A013159 With[{nn=30},CoefficientList[Series[ArcTan[ArcTanh[x]+Log[x+1]],{x,0,nn}],x] Range[0,nn]!] (* _Ray Chandler_, Nov 29 2016 *) %K A013159 sign %O A013159 0,2 %A A013159 Patrick Demichel (patrick.demichel(AT)hp.com)