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.

A290181 Coefficients in expansion of E_10*Delta^2 where Delta is the generating function of Ramanujan's tau function (A000594).

This page as a plain text file.
%I A290181 #24 Mar 11 2023 06:57:07
%S A290181 1,-312,-121680,1004000,37942020,-801594864,6139193600,-11831002560,
%T A290181 -151614128250,1346611783000,-4592794000704,3738595861728,
%U A290181 15192491492360,47281379454000,-737660590018560,2662090686805056,-3290770281735027,-4884703150768920
%N A290181 Coefficients in expansion of E_10*Delta^2 where Delta is the generating function of Ramanujan's tau function (A000594).
%H A290181 Seiichi Manyama, <a href="/A290181/b290181.txt">Table of n, a(n) for n = 2..1000</a>
%H A290181 S. C. Milne, <a href="https://arxiv.org/abs/math/0009130">Hankel determinants of Eisenstein series</a>, preprint, arXiv:0009130 [math.NT], 2000.
%F A290181 Let b(q) be the determinant of the 3 X 3 matrix [E_6, E_10, E_12 ; E_8, E_12, E_14 ; E_10, E_14, E_16]. G.f. is 691^2*3617*b(q)/(1728^2*2^2*3*5^6*7^2*13).
%t A290181 terms = 18;
%t A290181 E10[x_] = 1 - 264*Sum[k^9*x^k/(1 - x^k), {k, 1, terms}];
%t A290181 E10[x]*QPochhammer[x]^48 + O[x]^terms // CoefficientList[#, x]& (* _Jean-François Alcover_, Feb 26 2018 *)
%Y A290181 E_k*Delta^2: A290178 (k=4), A290048 (k=6), A290180 (k=8), this sequence (k=10), A290182 (k=14).
%Y A290181 Cf. A000594, A013974 (E_10).
%K A290181 sign
%O A290181 2,2
%A A290181 _Seiichi Manyama_, Jul 23 2017