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.

A282433 Coefficients in q-expansion of E_6^5, where E_6 is the Eisenstein series A013973.

This page as a plain text file.
%I A282433 #12 Feb 27 2018 04:57:09
%S A282433 1,-2520,2457000,-1113204960,199879986600,4992350445936,
%T A282433 -3054519828108000,-316433406335739840,-15444821445342229080,
%U A282433 -469944493113793897080,-9973874479528786860432,-158211337782226162119840,-1972932224893221543809760
%N A282433 Coefficients in q-expansion of E_6^5, where E_6 is the Eisenstein series A013973.
%H A282433 Seiichi Manyama, <a href="/A282433/b282433.txt">Table of n, a(n) for n = 0..1000</a>
%t A282433 terms = 13;
%t A282433 E6[x_] = 1 - 504*Sum[k^5*x^k/(1 - x^k), {k, 1, terms}];
%t A282433 E6[x]^5 + O[x]^terms // CoefficientList[#, x]& (* _Jean-François Alcover_, Feb 27 2018 *)
%Y A282433 Cf. A282431 (E_2^5), A282015 (E_4^5), this sequence (E_6^5).
%Y A282433 Cf. A013973 (E_6), A280869 (E_6^2), A282253 (E_6^3), A282331 (E_6^4), this sequence (E_6^5).
%K A282433 sign
%O A282433 0,2
%A A282433 _Seiichi Manyama_, Feb 15 2017