login
A145815
1/4 of the number of islands of ones fitting in an n X n array symmetric about the diagonal and under 90-degree rotation with all ones connected only either three adjacent vertically or three adjacent horizontally.
0
0, 0, 0, 0, 1, 0, 1, 0, 3, 2, 4, 4, 6, 4, 7, 6, 10, 8, 12, 12, 15, 14, 19, 16, 22, 20, 26, 24, 31, 28
OFFSET
1,9
EXAMPLE
9 X 9 example with 12 islands:
0 1 1 1 0 1 1 1 0
1 0 0 0 0 0 0 0 1
1 0 0 1 1 1 0 0 1
1 0 1 0 0 0 1 0 1
0 0 1 0 0 0 1 0 0
1 0 1 0 0 0 1 0 1
1 0 0 1 1 1 0 0 1
1 0 0 0 0 0 0 0 1
0 1 1 1 0 1 1 1 0
CROSSREFS
Sequence in context: A154392 A069745 A112199 * A059851 A327637 A366409
KEYWORD
nonn
AUTHOR
R. H. Hardin, Oct 20 2008
STATUS
approved