Turning the Golay problem sideways

1 · John Cook · Jan. 1, 2022, 4:47 p.m.
I’ve written a couple posts about the Golay problem recently, first here then here. The problem is to find all values of N and n such that is a power of 2, say 2p. Most solutions apparently fall into three categories: n = 0 or n = N, N is odd and n = (N-1)/2, […] The post Turning the Golay problem sideways first appeared on John D. Cook....