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!)
A005764 Coefficients of modular function denoted G_6(tau) by Atkin.
(Formerly M3837)
0
1, -5, -13, 132, -233, -305, 1404, -910, -1533, 1382, 698, 3996, -9363, -1587, 14717, -7198, -265, 0, -8156, -8032, 16481, 25134, 32766, -120680, -33928, 206871, -136720, 17724, 0, 8628, 58947, -121746, 199279, 164908, -907425 (list; graph; refs; listen; history; text; internal format)
OFFSET
-6,2
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
A. O. L. Atkin, Proof of a conjecture of Ramanujan, Glasgow Math. J., 8 (1967), 14-32.
FORMULA
Convolution of A005760 and A005762.
EXAMPLE
q^-6 - 5*q^-5 - 13*q^-4 + 132*q^-3 - 233*q^-2 - 305*q^-1 + 1404 - 910*q + ...
MATHEMATICA
A[s_Integer] := With[{s6 = StringPadLeft[ToString[s], 6, "0"]}, Cases[ Import["https://oeis.org/A" <> s6 <> "/b" <> s6 <> ".txt", "Table"], {_, _}][[All, 2]]];
A005760 = A@005760;
A005762 = A@005762;
offset = -6;
a[n_] := Sum[A005760[[k+1]] A005762[[n-offset-k+1]], {k, 0, n-offset}];
a /@ Range[offset, 28] (* Jean-François Alcover, Jan 13 2020 *)
CROSSREFS
Sequence in context: A155185 A213129 A004063 * A358922 A305643 A316919
KEYWORD
sign,easy,nice
AUTHOR
EXTENSIONS
More terms from Kok Seng Chua (chuaks(AT)ihpc.nus.edu.sg), Jun 15 2000
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 August 15 05:43 EDT 2024. Contains 375172 sequences. (Running on oeis4.)