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 A032251 #9 Sep 21 2018 02:21:03 %S A032251 1,2,3,6,9,18,45,118,336,954,2695,7590,21321,59890,168273,473966, %T A032251 1337476,3785154,10738373,30546502,87099571,248937978,712995733, %U A032251 2046236598,5883318437,16944709370,48880145967,141211579446 %N A032251 "DHK" (bracelet, identity, unlabeled) transform of 2,2,2,2,... %H A032251 Andrew Howroyd, <a href="/A032251/b032251.txt">Table of n, a(n) for n = 0..500</a> %H A032251 C. G. Bower, <a href="/transforms2.html">Transforms (2)</a> %o A032251 (PARI) %o A032251 DHK(p,n)={my(q=((1+p)^2/(1-subst(p, x, x^2))-1)/2); p + (p^2-subst(p, x, x^2))/2 + sum(d=1, n, moebius(d)*(log(subst(1/(1+O(x*x^(n\d))-p), x, x^d))/d - subst(q + O(x*x^(n\d)), x, x^d)))/2} %o A032251 seq(n)={Vec(1 + DHK(2*x/(1-x) + O(x*x^n), n))} \\ _Andrew Howroyd_, Sep 21 2018 %K A032251 nonn %O A032251 0,2 %A A032251 _Christian G. Bower_ %E A032251 a(0)=1 prepended by _Andrew Howroyd_, Sep 21 2018