The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A163131 A trisection of A163129. 4
3, 75, 969, 8964, 66975, 429096, 2442372, 12640320, 60454713, 270391857, 1141260315, 4578160257, 17554638039, 64642406670, 229486544439, 788018124312, 2624648438025, 8499852952224, 26820711864657, 82613109082410 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A163129 is defined by the g.f.:
A(q) = exp( Sum_{n>=1} sigma(n) * 3*A038500(n) * q^n/n ),
where A038500(n) = highest power of 3 dividing n.
Trisections are related by: A(q) = T_0(q) + T_1(q) + T_2(q) where
3*T_0(q)/T_1(q) = 3*T_1(q)/T_2(q) = T9B(q), the g.f. of A058091,
which is the McKay-Thompson series of class 9B for Monster.
LINKS
EXAMPLE
G.f.: T_1(q) = 3*q + 75*q^4 + 969*q^7 + 8964*q^10 + 66975*q^13 + ...
MATHEMATICA
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 *)
PROG
(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)}
CROSSREFS
Cf. A163129, A163130 (T_0), A163132 (T_2), A058091, A038500.
Sequence in context: A230145 A343808 A125520 * A060869 A012491 A136328
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jul 21 2009
EXTENSIONS
Comment corrected by Paul D. Hanna, Jul 24 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 15 18:29 EDT 2024. Contains 372549 sequences. (Running on oeis4.)