The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A179074 A179072 for p == 1 (mod 4). 3
-2, -32, 256, -8192, -262144, 5242880, -33554432, -2684354560, 8589934592000, 932385860354048, 160159261748363264, -1125899906842624, -225179981368524800, 5260204364768739328, 43977037871723571052544 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
It appears that a(n) is even.
LINKS
MATHEMATICA
a72[p_] := Module[{k}, k = (p-1)/2; Det @ Table[JacobiSymbol[i+j, p], {i, 1, k}, {j, 1, k}]];
a72 /@ Select[Range[1, 201, 4], PrimeQ] (* Jean-François Alcover, Dec 05 2018 *)
CROSSREFS
Sequence in context: A053054 A224903 A008512 * A035602 A158040 A202746
KEYWORD
sign
AUTHOR
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 June 12 04:20 EDT 2024. Contains 373321 sequences. (Running on oeis4.)