Friday, 26 December 2014

Friday, 28 November 2014

Fairy Board



From the Fairy Board identify:
[1] The 2 ways to arrange 4 non-attacking kings on a 4 X 4 board with 1 in each row and column.
See Hertzsprung's problem: ways to arrange n non-attacking kings on an n X n board,
with 1 in each row and column  (A002464)

[2] The 4 ways to place a non-attacking white and black rook on 2 X 2 chessboard.
See Number of ways to place a non-attacking white and black rook on n X n chessboard  (A035287)

[3] One of the 4 ways to place 10 nonattacking superqueens on a 10 X 10 board.
See Number of ways of placing n nonattacking superqueens on an n X n board  (A051223)


the blues

Blue23


Sunny day in the Ocean Depths of Ultraworld


Sheen of blues

Tuesday, 25 November 2014

tracing rook paths


Polyknights and F3Layer2


Directional Contiguous Polyknights with 5, 6 and 7 moves, where a 1-move is a stationary knight


F3Layer2 is the pattern arising from applying 3 factorial
to 3 colours and then again to the 3 blocks of dimensions 2 by 3


Monday, 24 November 2014

Yellow Submarine

Free, one-sided, and fixed polyknights
There are three common ways of distinguishing polyominoes and polyknights
free polyknights are distinct when none is a rigid transformation ( translation, rotation, reflection or glide reflection ) of another ( pieces that can be picked up and flipped over ).  one-sided polyknights are distinct when none is a translation or rotation of another  ( pieces that cannot be flipped over ).
fixed polyknights are distinct when none is a translation of another  ( pieces that can be neither flipped nor rotated ).  Yellow submarine shows polyknights of various types with 2 cells.


Chessboard Polyominoes

Chessboard Polyominoes with n squares. ( A001933 )
2, 1, 4, 7, ...


Wednesday, 5 November 2014

Sunday, 26 October 2014

the hollow and the silk

parity groupings in two dimensions and the array is shown in expanded view


Monday, 6 October 2014

triples of perception

when looking at a sequence of symbols 3 numbers are perceptually present
00          we see 2 symbols and 1 adjacent pair and count 2 symbols from the adjacent pair
000        we see 3 symbols and 2 adjacent pairs and count 4 symbols from the adjacent pairs
0000      we see 4 symbols and 3 adjacent pairs and count 6 symbols from the adjacent pairs
00000    we see 5 symbols and 4 adjacent pairs and count 8 symbols from the adjacent pairs
000000  we see 6 symbols and 5 adjacent pairs and count 10 symbols from the adjacent pairs
0-n0s-0  we see n symbols and n-1 adjacent pairs and count 2(n-1) symbols from the adjacent pairs
so with a worked out example
how many numbers do we naturally see in  oooo  ??
oooo            4
oo oo oo      3
oooooo        6
or the numbers 12 and 13 used in musical scales
12 notes from C to B
13 notes from C to C
12 semitones from C to C
and from the triples of perception idea we see these numbers
12, 11, 22
13, 12, 24
exploring adjacency with math art
the simplest example of emergence one could possibly think of is
the zig zag motion eyes do when counting adjacent pairs in a sequence
two tw wo
spooky
sp po oo ok ky
sppooookky
sp pp po oo oo oo ok kk ky
 
 

Friday, 29 August 2014

[[{{ institutions of higher learning }}]] and {{ LPFs & GPFs together }}

add 1, multiply by 1, add 2, multiply by 2, etcetera
prime powers in mauve, LPFs in orange with bonus pink squares to reach the GPFs

Wednesday, 27 August 2014

An angel at my picnic

The ruler function: 2^a(n) divides 2n. Or, a(n) = 2-adic valuation of 2n.  ( OEIS A001511 )
1, 2, 1, 3, 1, 2, 1, 4, 1, 2, 1, 3, 1, 2, 1, 5, 1, 2, 1, 3, 1, 2, 1, 4, 1, 2, 1, 3, 1, 2, 1, 6, 1, 2, 1, 3, 1, 2, 1, 4, 1, 2, 1, 3, 1, 2, 1, 5, 1, 2, 1, 3, ...
Quarter-squares: floor(n/2)*ceiling(n/2). Equivalently, floor(n^2/4).   ( OEIS A002620 )
0, 0, 1, 2, 4, 6, 9, 12, 16, 20, 25, 30, 36, 42, 49, 56, 64, 72, 81, 90, 100, 110, 121, 132, 144, 156, 169, 182, 196, 210, 225, 240, 256, ...
Some examples :
for n=2, 3, 4, 5, 6, 7, 8, 9, 10  have  1*1,  1*2,  2*2,  2*3,  3*3,  3*4,  4*4,  4*5  and  5*5