OFFSET
1,1
COMMENTS
The determinant of A can never be 0 since there is an even prime in the mix.
Conjecture: This sequence never cycles.
Positions where the race between the zeros and the ones is tied: 2,4,16,34,36,38,40,42,46,66,78,80,82,84, ...,.
MATHEMATICA
f[n_] := Sign@ Det@ Partition[ Array[Prime, n^2], n]; Array[f, 105] /. -1 -> 0
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, May 26 2006
STATUS
approved