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

A032284
"DIK" (bracelet, indistinct, unlabeled) transform of 3,3,3,3...
1
3, 9, 22, 57, 150, 444, 1362, 4497, 15338, 54018, 193722, 705392, 2593398, 9612144, 35840622, 134318097, 505486878, 1909275084, 7234415562, 27489389850, 104718539638, 399828796884, 1529767891122, 5864087533072, 22518048468582, 86607787095594, 333600173734122
OFFSET
1,1
FORMULA
G.f.: (3*x/((1-x)*(1-2*x)) + Sum_{d>0} phi(d)*log((1-x^d)/(1-4*x^d))/d)/2. - Andrew Howroyd, Jun 20 2018
PROG
(PARI) seq(n)={Vec(3*x/((1-x)*(1-2*x)) + sum(d=1, n, eulerphi(d)/d*log((1-x^d)/(1-4*x^d) + O(x*x^n))))/2} \\ Andrew Howroyd, Jun 20 2018
CROSSREFS
Cf. A032283.
Sequence in context: A354648 A192663 A114697 * A329163 A296582 A203454
KEYWORD
nonn
EXTENSIONS
Terms a(24) and beyond from Andrew Howroyd, Jun 20 2018
STATUS
approved