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.

A163131 A trisection of A163129.

This page as a plain text file.
%I A163131 #7 Jul 04 2018 08:58:00
%S A163131 3,75,969,8964,66975,429096,2442372,12640320,60454713,270391857,
%T A163131 1141260315,4578160257,17554638039,64642406670,229486544439,
%U A163131 788018124312,2624648438025,8499852952224,26820711864657,82613109082410
%N A163131 A trisection of A163129.
%C A163131 A163129 is defined by the g.f.:
%C A163131 A(q) = exp( Sum_{n>=1} sigma(n) * 3*A038500(n) * q^n/n ),
%C A163131 where A038500(n) = highest power of 3 dividing n.
%C A163131 Trisections are related by: A(q) = T_0(q) + T_1(q) + T_2(q) where
%C A163131 3*T_0(q)/T_1(q) = 3*T_1(q)/T_2(q) = T9B(q), the g.f. of A058091,
%C A163131 which is the McKay-Thompson series of class 9B for Monster.
%H A163131 G. C. Greubel, <a href="/A163131/b163131.txt">Table of n, a(n) for n = 1..1001</a>
%e A163131 G.f.: T_1(q) = 3*q + 75*q^4 + 969*q^7 + 8964*q^10 + 66975*q^13 + ...
%t A163131 eta[q_]:= q^(1/24)*QPochhammer[q]; nmax = 150; a[n_]:= SeriesCoefficient[Series[Exp[Sum[DivisorSigma[1, k]* 3^(IntegerExponent[k, 3] + 1)*q^k/k, {k, 1, 3*nmax + 1}]], {q, 0, nmax}], 3*n + 1];  Table[a[n], {n, 0, 50}]  (* _G. C. Greubel_, Jul 03 2018 *)
%o A163131 (PARI) {a(n)=local(L=sum(m=1, 3*n+1, 3*sigma(m)*3^valuation(m, 3)*x^m/m)+x*O(x^(3*n+1))); polcoeff(exp(L), 3*n+1)}
%Y A163131 Cf. A163129, A163130 (T_0), A163132 (T_2), A058091, A038500.
%K A163131 nonn
%O A163131 1,1
%A A163131 _Paul D. Hanna_, Jul 21 2009
%E A163131 Comment corrected by _Paul D. Hanna_, Jul 24 2009