The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A145095 Coefficients in expansion of Eisenstein series -q*E'_6. 9
504, 33264, 368928, 2130912, 7877520, 24349248, 59298624, 136382400, 268953048, 519916320, 892872288, 1559827584, 2432718288, 3913709184, 5766344640, 8728481664, 12165343344, 17750901168, 23711133600, 33306154560, 43406592768, 58929571008 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
M. Kaneko and D. Zagier, Supersingular j-invariants, hypergeometric series and Atkin's orthogonal polynomials, pp. 97-126 of D. A. Buell and J. T. Teitelbaum, eds., Computational Perspectives on Number Theory, Amer. Math. Soc., 1998.
Eric Weisstein's World of Mathematics, Eisenstein Series
FORMULA
q*E'_6 = (E_2*E_6-E_4^2)/2.
EXAMPLE
G.f. = 504*q + 33264*q^2 + 368928*q^3 + 2130912*q^4 + 7877520*q^5 + ...
MATHEMATICA
terms = 23;
E2[x_] = 1 - 24*Sum[k*x^k/(1 - x^k), {k, 1, terms}];
E4[x_] = 1 + 240*Sum[k^3*x^k/(1 - x^k), {k, 1, terms}];
E6[x_] = 1 - 504*Sum[k^5*x^k/(1 - x^k), {k, 1, terms}];
-(E2[x]*E6[x] - E4[x]^2)/2 + O[x]^terms // CoefficientList[#, x]& // Rest (* Jean-François Alcover, Feb 23 2018 *)
CROSSREFS
Cf. A076835 (-q*E'_2), A145094 (q*E'_4), this sequence (-q*E'_6).
Sequence in context: A218132 A012744 A291116 * A035293 A278626 A288851
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Feb 28 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 3 05:44 EDT 2024. Contains 373054 sequences. (Running on oeis4.)