login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A288989
Denominators of coefficients in expansion of E_14/E_12.
9
1, 691, 477481, 329939371, 227988105361, 157539780804451, 108859988535875641, 75222252078290067931, 51978576186098436940321, 35917196144594019925761811, 24818782535914467768701411401, 17149778732316897228172675278091
OFFSET
0,2
LINKS
EXAMPLE
E_14/E_12 = 1 - 82104/691 * q - 181275671592/477481 * q^2 + 1327007921039904/329939371 * q^3 + 16726528971891002133912/227988105361 * q^4 + ... .
MATHEMATICA
terms = 12;
E14[x_] = 1 - 24*Sum[k^13*x^k/(1 - x^k), {k, 1, terms}];
E12[x_] = 1 + (65520/691)*Sum[k^11*x^k/(1 - x^k), {k, 1, terms}];
E14[x]/E12[x] + O[x]^terms // CoefficientList[#, x]& // Denominator (* Jean-François Alcover, Feb 26 2018 *)
CROSSREFS
Cf. A288472 (numerators).
Cf. A029828, A058550 (E_14).
Sequence in context: A029828 A288837 A290049 * A290009 A290010 A037149
KEYWORD
nonn,frac
AUTHOR
Seiichi Manyama, Jun 21 2017
STATUS
approved