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!)
A027653 Values of Zagier's function J_1(k) as k runs through the numbers -1, 0, 3, 4, 7, 8, ... which are == -1 or 0 mod 4. 5
-1, 2, -248, 492, -4119, 7256, -33512, 53008, -192513, 287244, -885480, 1262512, -3493982, 4833456, -12288992, 16576512, -39493539, 52255768, -117966288, 153541020, -331534572, 425691312, -884736744, 1122626864, -2257837845, 2835861520, -5541103056, 6896878512 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
That is, a(n) = J_1(k) where k is the n-th number >= -1 which is == -1 or 0 mod 4.
REFERENCES
M. Kaneko, The Fourier coefficients and the singular moduli of the elliptic modular function j(tau), Memoirs Faculty Engin. Sci., Kyoto Inst. Technology, 44 (March 1996), pp. 1-5.
M. Kaneko, Fourier coefficients of the elliptic modular function j(tau) (in Japanese), Rokko Lectures in Mathematics 10, Dept. Math., Faculty of Science, Kobe University, Rokko, Kobe, Japan, 2001.
LINKS
Seiichi Manyama, Table of n, a(n) for n = 1..10000 (terms 1..1002 from N. J. A. Sloane)
FORMULA
For recurrence see Maple code.
a(n) ~ (-1)^n * exp(Pi*sqrt(2*n)). - Vaclav Kotesovec, Oct 06 2019
MAPLE
with(numtheory); M:=30; t[ -1]:=-1; t[0]:=2;
for n from 1 to M do
t[4*n-1]:=-240*sigma[3](n)-add( r^2*t[4*n-r^2], r=2..floor(sqrt(4*n+1)));
t[4*n]:=-2*add( t[4*n-r^2], r=1..floor(sqrt(4*n+1)));
lprint(t[4*n-1], t[4*n]); od:
CROSSREFS
Sequence in context: A244926 A024031 A099685 * A024349 A012529 A012527
KEYWORD
sign
AUTHOR
EXTENSIONS
Entry revised by N. J. A. Sloane, Jul 24 2006
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 July 14 17:05 EDT 2024. Contains 374322 sequences. (Running on oeis4.)