Certain values of the j( z )-elliptic modular function

The remarkable j(z) -elliptic modular function of the complex variable z ( with Im( z ) > 0 ) is defined in many ways, but one of them is:

j(z) = (1+240*Sum(sigma[3](n)*e^(2*Pi*i*n*z),n = 1 ... ,


where
sigma[3](n) is the sum of the cubes of the factors of n

From (e.g.) the 1966 Springer Seminar on Complex Multiplication, a contribution from S. Chowla : Let p be prime, 3 < p , and suppose the imaginary quadratic field Q(sqrt(-p)) has class number 1 [i.e. its 'integers' factor uniquely as products of 'primes'] . Then j(-3+sqrt(-p)/2) is an [ordinary] integer , which is remarkably [from the work of Weber] a perfect cube. Under the same restrictions on the class-number it is also true [Weber] that sqrt(j(omega)-1728)/sqrt(-p) ( omega = (-1+sqrt(-p))/2 ) is an [ordinary] integer, and we have the following

Theorem. If the class number of Q(sqrt(-p)) is 1, where p is a prime greater than 3, then the Diophantine equation x^3-p*y^2 = -1728 has a solution in integers with x = {e^(Pi*sqrt(p)/3)} , where {u} denotes the nearest integer to u .

It is believed [Chowla delivered his talk in 1957] that p = 7, 11, 19, 43, 67, 163 are the only primes greater than 3 for which the class number of Q(sqrt(-p)) is 1.

> p := 163;
x := round(exp(Pi*sqrt(p)/3));
y := sqrt((x^3 + 1728)/p);

p := 163

x := 640320

y := 40133016

>

Incidentally a 1913 theorem of Rabinovitch (see, e.g., Goldfeld's 1985 AMS Bulletin article) intimately relates the above ' p ' primes to remarkable prime-producing polynomials. Almost everyone has encountered the discovered-by-Euler quadratic x^2-x+41 , which is prime for every integral value of x between 1 and 40 inclusive. The '41' is tied - by Rabinovitch's theorem to the '163' via 41 = (163+1)/4 , and indeed the other primes above (7, 11, 19, 43 and 67) produce similar prime-producing polynomials in identical fashion.

The final ten prime values in the case of the polynomial x^2-x+41 ('live' I can show all of them):

> for x from 31 to 40 do
print([x^2 - x + 41, isprime(x^2 - x + 41)])
od;

[971, true]

[1033, true]

[1097, true]

[1163, true]

[1231, true]

[1301, true]

[1373, true]

[1447, true]

[1523, true]

[1601, true]

>

and all of them for the p = 67 example, where q = (p+1)/4 = 17, giving x^2-x+17 :

> for x to 16 do
print([x^2 - x + 17, isprime(x^2 - x + 17)])
od;

[17, true]

[19, true]

[23, true]

[29, true]

[37, true]

[47, true]

[59, true]

[73, true]

[89, true]

[107, true]

[127, true]

[149, true]

[173, true]

[199, true]

[227, true]

[257, true]

>

Here are two j-values:


j((1+sqrt(-67))/2) = (-5280)^3 , and j((1+sqrt(-163))/2) = (-640320)^3

Finally I remark that it had been a long-standing question - going back as far as Gauss (in connection with his wider class-number problem ) - as to whether or not 163 was the largest prime for which the class number of Q(sqrt(-p)) is 1; equivalently, because of Rabinovitch, whether or not 41 was the largest prime q (= (p+1)/4 ) such that x^2-x+q is prime for all x between 1 and q-1 . That question was answered in the affirmative by Heegner, Baker, and Stark in the early 50s and mid 60s. There the history is truly complicated.

Finally, today, the 6th of May 2004, is the 50th anniversary of the breaking by Roger Bannister in Oxford of the four-minute mile barrier . I can't resist pointing out that all the numerical omens were just right for him on that history-making day:

  • '6' - as in May 6th - is as everyone knows the first perfect number
  • The number Bannister wore on his vest on that memorable day was '41', which features above in the - what one might call - prime record breaking polynomial, and the '41' ties in with the '163' in the final one of the above modular equations
  • The '5280' which features in the previous one - the one '41' surpassed and set a record - is of course the number of feet in a mile (a fact perhaps lost on those of you who grew up with the metric system)

Contact details 

After August 31st 2007 please use the following Gmail address: jbcosgrave at gmail.com


This page was last updated 18 February 2005 15:09:56 -0000