[go: up one dir, main page]

login
Revision History for A003213 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Number of ways to quarter a 2n X 2n chessboard.
(history; published version)
#83 by Michel Marcus at Thu Sep 28 04:15:58 EDT 2023
STATUS

reviewed

approved

#82 by Joerg Arndt at Thu Sep 28 02:02:31 EDT 2023
STATUS

proposed

reviewed

#81 by Jon E. Schoenfield at Thu Sep 28 01:42:46 EDT 2023
STATUS

editing

proposed

#80 by Jon E. Schoenfield at Thu Sep 28 01:42:37 EDT 2023
COMMENTS

This sequence is wrong because of a bug in Mr . Parkin's code, and amazingly I can pinpoint exactly what the bug is! (I can reproduce his results.)

Firstly the description of the problem and its solution in Mr . Parkin's letter is very clear - - he doesn't leave a lot of room for misinterpretation (this is hugely to his credit). He also includes a very clear description of his algorithm, so I decided I would just code it up. I obtained _Giovanni Resta_'s results as given in A257952 - - there is nothing wrong with Mr Parkin's algorithm.

A detailed break-down breakdown of Parkin's results is also provided in the letter. All the results match with the exception of the final line. (This would be highly improbable if there was a completely different interpretation.) In any case, one sentence stood out as a possible red flag: "Further, there are potential mirror image paths in both cases when starting on the centre lines and these are prevented by requiring a turn in one direction on the path prior to allowing a turn in the other direction" (bottom of page 6). The discrepancy in results does indeed relate to the centre center line and if I modify my code to lose the flag on recursion, then I get Mr . Parkin's results (so turn in one direction is only prohibited for one step). (End)

STATUS

approved

editing

#79 by Wesley Ivan Hurt at Thu Jan 20 00:06:44 EST 2022
STATUS

reviewed

approved

#78 by Andrew Howroyd at Wed Jan 19 23:39:29 EST 2022
STATUS

proposed

reviewed

#77 by Jon E. Schoenfield at Wed Jan 19 23:31:53 EST 2022
STATUS

editing

proposed

Discussion
Wed Jan 19
23:39
Andrew Howroyd: I should rewrite that one day - the contents of some email I sent to Neil....
#76 by Jon E. Schoenfield at Wed Jan 19 23:31:49 EST 2022
COMMENTS

Comment from Andrew Howroyd, Apr 18 2016 : (Start):

This sequence is wrong because of a bug in Mr Parkin's code, and amazingly I can pinpoint exactly what the bug is! ( I can reproduce his results).)

A detailed break-down of Parkin's results is also provided in the letter. All the results match with the exception of the final line. (this This would be highly improbable if there was a completely different interpretation). ) In any case, one sentence stood out as a possible red flag: "Further, there are potential mirror image paths in both cases when starting on the centre lines and these are prevented by requiring a turn in one direction on the path prior to allowing a turn in the other direction" (bottom of page 6). The discrepancy in results does indeed relate to the centre line and if I modify my code to lose the flag on recursion, then I get Mr Parkin's results (so turn in one direction is only prohibited for one step). (End)

STATUS

approved

editing

#75 by Jon E. Schoenfield at Sun Dec 26 20:41:08 EST 2021
STATUS

editing

approved

#74 by Jon E. Schoenfield at Sun Dec 26 20:41:06 EST 2021
AUTHOR
STATUS

approved

editing