cp's OEIS Frontend

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.

A032252 "DHK" (bracelet, identity, unlabeled) transform of 2,1,1,1,...

This page as a plain text file.
%I A032252 #8 Sep 21 2018 02:20:58
%S A032252 1,2,2,3,4,7,17,39,102,258,651,1620,4028,9956,24588,60742,150108,
%T A032252 371689,921822,2291257,5706077,14240518,35607189,89202758,223857382,
%U A032252 562716179,1416686294,3571809027,9017514253,22794726763
%N A032252 "DHK" (bracelet, identity, unlabeled) transform of 2,1,1,1,...
%H A032252 Andrew Howroyd, <a href="/A032252/b032252.txt">Table of n, a(n) for n = 0..500</a>
%H A032252 C. G. Bower, <a href="/transforms2.html">Transforms (2)</a>
%o A032252 (PARI)
%o A032252 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 A032252 seq(n)={Vec(1 + DHK(x+x/(1-x) + O(x*x^n), n))} \\ _Andrew Howroyd_, Sep 21 2018
%K A032252 nonn
%O A032252 0,2
%A A032252 _Christian G. Bower_
%E A032252 a(0)=1 prepended by _Andrew Howroyd_, Sep 21 2018