[go: up one dir, main page]

login
Revisions by Greg Dresden (See also Greg Dresden's wiki page)

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
a(n) = n! (mod nextprime(n)).
(history; published version)
#3 by Greg Dresden at Wed Sep 18 19:08:14 EDT 2024
STATUS

editing

proposed

a(0) = 1, a(1) = 4, and a(n) = a(n-1) + a(n-2) for n >= 2.
(history; published version)
#185 by Greg Dresden at Sat Sep 07 10:50:39 EDT 2024
STATUS

editing

proposed

#184 by Greg Dresden at Sat Sep 07 10:50:00 EDT 2024
COMMENTS

For n>2, a(n) + (-1)^ceiling(n/2) is the number of ways to tile this strip of length n-1, with a central staircase, using unit squares and dominoes:

STATUS

proposed

editing

Discussion
Sat Sep 07
10:50
Greg Dresden: Sorry, it's unit squares! I've made an edit to clear up the ambiguity.
#181 by Greg Dresden at Sat Sep 07 09:22:14 EDT 2024
STATUS

editing

proposed

#180 by Greg Dresden at Sat Sep 07 09:21:27 EDT 2024
COMMENTS

For n>2, a(n) + (-1)^Ceiling(n/2) is the number of ways to tile this strip of length n-1, with a central staircase, using squares and dominoes: _

_

_______|_|_|_________

_______|_|_|_________|_|_|_|_|_|_|_|_|_|_|_|. - Greg Dresden, and Runhe Zhang, Sep 07 2024

#179 by Greg Dresden at Sat Sep 07 09:20:26 EDT 2024
COMMENTS

For n>2, a(n) + (-1)^Ceiling(n/2) is the number of ways to tile this strip of length n-1, with a central staircase, using squares and dominoes: _

_|_|

_______|_|_|_________|_|_|_|_|_|_|_|_|_|_|_|. - Greg Dresden, Sep 07 2024

STATUS

approved

editing

Number of restricted circular combinations.
(history; published version)
#66 by Greg Dresden at Fri Sep 06 21:17:28 EDT 2024
STATUS

editing

proposed

#65 by Greg Dresden at Fri Sep 06 21:17:26 EDT 2024
COMMENTS

For n >= 2, a(n) is also the number of ways to use white dominoes and black and white squares to tile this strip of length n which has a 4-cell zig-zag in the center with the rule that black squares can must appear exactly twice and can only appear in the four center zig-zag cells. Here is the strip of length 7:

#64 by Greg Dresden at Fri Sep 06 21:16:32 EDT 2024
COMMENTS

|_|_|___|_|___|. - Greg Dresden, and Emma Li, Sep 06 2024

#63 by Greg Dresden at Fri Sep 06 21:16:14 EDT 2024
COMMENTS

For n >= 2, a(n) is also the number of ways to use white dominoes and black and white squares to tile this strip of length n which has a 4-cell zig-zag in the center with the rule that black squares can appear exactly twice and can only appear in the four center zig-zag cells. Here is the strip of length 7:

_

_____|_|_____

|_|_|_|_|_|_|_|,

|_|

and here is one of the a(7) = 77 ways to tile it according to our rules (the two black squares in the center are identified with X):

_

_____|X|_____

|_|_|___|_|___|. - Greg Dresden, Sep 06 2024

|X|

STATUS

approved

editing