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!)
A225611 Determinant of the (p_n-1) X (p_n-1) matrix with (i,j)-entry equal to the Legendre symbol ((i^2+6*i*j+j^2)/p_n), where p_n is the n-th prime. 2
0, -16, 0, 0, 0, 18939904, 0, 0, -600706205614080, 0, -3126394312091238400, 915844279166632469526048000, 0, 0, 1513783909437524991467008819200000000, 0, -6597762875255062617688526826958066024448000, 0, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,2
COMMENTS
Conjecture: We have a(n) = 0 if p_n == 3 (mod 4).
For an odd prime p and integers c and d, Zhi-Wei Sun defined (c,d)_p to be the determinant of the (p-1) X (p-1) matrix whose (i,j)-entry is the Legendre symbol ((i^2+c*i*j+d*j^2)/p). It is easy to see that (-c,d)_p = (-1/p)*(c,d)_p. Sun conjectured that for any integer c and nonzero integer d there are infinitely many odd primes p with (c,d)_p = 0, moreover (c,d)_p = 0 if (d/p) = -1. He also formulated some concrete conjectures in the case (d/p) = 1. For example, (3,3)_p = 0 if p == 11 (mod 12), and (10,9)_p = 0 if p == 5 (mod 12); (3,2)_p = (4,2)_p = 0 if p == 7 (mod 8).
On August 12 2013, Zhi-Wei Sun conjectured that for any odd prime p and integers c and d with d not divisible by p, if (c,d)_p is nonzero then its p-adic valuation (i.e., p-adic order) must be even.
LINKS
Zhi-Wei Sun, On some determinants with Legendre symbol entries, preprint, arXiv:1308.2900 [math.NT], 2013-2019.
MATHEMATICA
a[n_]:=Det[Table[JacobiSymbol[i^2+6*i*j+j^2, Prime[n]], {i, 1, (Prime[n]-1)}, {j, 1, (Prime[n]-1)}]]
Table[a[n], {n, 2, 20}]
PROG
(PARI) a(n) = my(p=prime(n)); matdet(matrix(p-1, p-1, i, j, kronecker(i^2+6*i*j+j^2, p))); \\ Michel Marcus, Aug 25 2021
CROSSREFS
Sequence in context: A306282 A336432 A169767 * A173293 A008433 A347803
KEYWORD
sign
AUTHOR
Zhi-Wei Sun, Aug 11 2013
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 April 24 06:52 EDT 2024. Contains 371920 sequences. (Running on oeis4.)