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.

A062246 McKay-Thompson series of class 27c for the Monster group.

This page as a plain text file.
%I A062246 #27 Mar 25 2017 11:22:06
%S A062246 1,-1,-1,0,0,1,0,1,0,1,-1,-1,-1,0,1,-1,1,0,2,-2,-2,-1,1,2,-1,2,1,3,-3,
%T A062246 -3,-2,1,3,-2,3,0,5,-5,-5,-3,1,5,-3,5,1,7,-7,-7,-5,2,7,-4,7,1,11,-11,
%U A062246 -11,-6,3,11,-6,11,2,15,-15,-15,-10,4,15,-9,14,2,22,-22,-22,-13,6,21,-12,21,4,30,-30,-30,-19,8,29,-17,28,4,42
%N A062246 McKay-Thompson series of class 27c for the Monster group.
%H A062246 Seiichi Manyama, <a href="/A062246/b062246.txt">Table of n, a(n) for n = 0..10000</a>
%H A062246 D. Ford, J. McKay and S. P. Norton, <a href="http://dx.doi.org/10.1080/00927879408825127">More on replicable functions</a>, Commun. Algebra 22, No. 13, 5175-5193 (1994).
%H A062246 J. McKay and A. Sebbar, <a href="http://dx.doi.org/10.1007/s002080000116">Fuchsian groups, automorphic functions and Schwarzians</a>, Math. Ann., 318 (2000), 255-275.
%H A062246 <a href="/index/Mat#McKay_Thompson">Index entries for McKay-Thompson series for Monster simple group</a>
%F A062246 Expansion of q^(1/3) * eta(q) / eta(q^9) in powers of q.
%F A062246 Euler transform of period 9 sequence [ -1, -1, -1, -1, -1, -1, -1, -1, 0, ...].
%F A062246 a(n) = (-1)^n * A062245(n).
%F A062246 a(n) = -(1/n)*Sum_{k=1..n} A116607(k)*a(n-k), a(0) = 1. - _Seiichi Manyama_, Mar 25 2017
%e A062246 1 - x - x^2 + x^5 + x^7 + x^9 - x^10 - x^11 - x^12 + x^14 - x^15 + x^16 + ...
%e A062246 T27c = 1/q - q^2 - q^5 + q^14 + q^20 + q^26 - q^29 - q^32 - q^35 + q^41 - ...
%t A062246 QP = QPochhammer; s = QP[q]/QP[q^9] + O[q]^90; CoefficientList[s, q] (* _Jean-François Alcover_, Nov 12 2015 *)
%o A062246 (PARI) {a(n) = local(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x + A) / eta(x^9 + A), n))} /* _Michael Somos_, Jun 26 2004 */
%Y A062246 Cf. A007706, A062245.
%K A062246 sign
%O A062246 0,19
%A A062246 _N. J. A. Sloane_, Jul 01 2001
%E A062246 Additional comments from _Michael Somos_, Jun 28 2004