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.

Previous Showing 11-12 of 12 results.

A295791 Coefficients in expansion of E_2^(-1/4).

Original entry on oeis.org

1, 6, 108, 2184, 47742, 1090152, 25611768, 613822656, 14929345764, 367245444750, 9115311075192, 227905170276312, 5732722676418360, 144936257747302056, 3680263321993685808, 93801354359445152064, 2398609984906822659918
Offset: 0

Views

Author

Seiichi Manyama, Feb 13 2018

Keywords

Crossrefs

Cf. A006352 (E_2), A289392.

Formula

Convolution inverse of A289392.
a(n) ~ c / (r^n * n^(3/4)), where r = A211342 = 0.03727681029645165815098... and c = 0.268651464176436462956519759205105710123350153976952192... - Vaclav Kotesovec, Jun 03 2018

A341842 Coefficients of the series whose 12th power equals E_2*E_4, where E_2 and E_4 are the Eisenstein series shown in A006352 and A004009.

Original entry on oeis.org

1, 18, -2088, 301296, -50784174, 9174627360, -1734603719472, 338286925650240, -67486440186470016, 13697820033167444178, -2818359890320927630320, 586296297186462310481424, -123077156275866375661524864, 26034142700316716015964656544
Offset: 0

Views

Author

Peter Bala, Feb 21 2021

Keywords

Comments

The g.f. is the 12th root of the g.f. of A282019.
It is easy to see that E_2(x)*E_4(x) == 1 - 24*Sum_{k >= 1} (k - 10*k^3)*x^k/(1 - x^k) (mod 72), and also that the integer k - 10*k^3 is always divisible by 3. Hence, E_2(x)*E_4(x) == 1 (mod 72). It follows from Heninger et al., p. 3, Corollary 2, that the series expansion of (E_2(x)*E_4(x))^(1/12) = 1 + 18*x - 2088*x^2 + 301296*x^3 - 50784174*x^4 + ... has integer coefficients.

Crossrefs

Programs

  • Maple
    E(2,x) := 1 -  24*add(k*x^k/(1-x^k),   k = 1..20):
    E(4,x) := 1 + 240*add(k^3*x^k/(1-x^k), k = 1..20):
    with(gfun): series((E(2,x)*E(4,x))^(1/12), x, 20):
    seriestolist(%);
Previous Showing 11-12 of 12 results.