login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A035036 Fourier coefficients of E_{gamma,2}*E_{0,4}. 0
1, 8, -248, 1952, -8440, 25008, -60512, 134464, -270584, 474344, -775248, 1288416, -2059360, 2970352, -4168384, 6101952, -8659192, 11358864, -14704664, 19808800, -26383440, 32809216, -39940896, 51490752, -66022496, 78150008, -92080912, 115265600, -141859520 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

E_{gamma,2}*E_{0,4} is the unique normalized weight-6 modular form for \Gamma_0(2) with an order 1/2 zero at \gamma = -1/2+i/2 and an order 1 zero at 0.

LINKS

B. Brent, Quadratic Minima and Modular Forms, Experimental Mathematics, v.7 no.3, 257-274.

H. H. Chan and C. Krattenthaler, Recent progress in the study of representations of integers as sums of squares

FORMULA

G.f.: 1 - 8 * Sum[k=1..inf, k^5*q^k/(1-(-q)^k)].

EXAMPLE

E_{gamma,2}*E_{0,4}=1+8q-248q^2+...

PROG

(PARI) a(n)=if(n<1, n==0, 8*(sigma(n, 5)-if(n%2, 0, 64*sigma(n/2, 5)))) /* Michael Somos, Jul 16 2004 */

CROSSREFS

Sequence in context: A053089 A090241 A029751 * A138323 A162132 A171612

Adjacent sequences:  A035033 A035034 A035035 * A035037 A035038 A035039

KEYWORD

easy,sign

AUTHOR

Barry Brent (barryb(AT)primenet.com)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 04:18 EST 2012. Contains 205860 sequences.