OFFSET
1,3
COMMENTS
The number of solutions to the puzzle is 2^a(n). If a(n)=0 then the puzzle has a unique solution.
REFERENCES
See A075462 for further references.
LINKS
Max Alekseyev and Thomas Buchholz, Table of n, a(n) for n = 1..1000. (Terms n=91 through n=1000 from Thomas Buchholz, May 20 2014)
M. Anderson and T. Feil, Turning Lights Out with Linear Algebra, Mathematics Magazine, 71 (1998), 300-303.
Andries E. Brouwer, Lights Out and Button Madness Games. [Gives theory and a(n) for n = 1..1000, Jun 19 2008]
Eric Weisstein's World of Mathematics, Lights Out Puzzle
FORMULA
a(n) <= 2n.
a(n) is a multiple of 4 and satisfies a(2n) = 2a(n). a(n+1) = 2 * A159257(n) + 4 if n = 2 (mod 3) and a(n+1) = 2 * A159257(n) otherwise. - Thomas Buchholz, May 22 2014
CROSSREFS
KEYWORD
nonn
AUTHOR
Max Alekseyev, Sep 25 2009
EXTENSIONS
More terms from Thomas Buchholz, May 20 2014
STATUS
approved