Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A036367
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A036367 Number of free orthoplex n-ominoes with cell centers determining n-2 space +0
2
1, 2, 8, 25, 86, 272, 875, 2732, 8505, 26104, 79708, 241522, 728632, 2187951, 6548819, 19542662, 58184124, 172880565, 512837063, 1519158462, 4494920802, 13286473612, 39240530012, 115811180864, 341588823740, 1007007175952, 2967361180383 (list; graph; listen)
OFFSET

4,2

COMMENT

Orthoplex polyominoes are multidimensional polyominoes that do not extend more than two units along any axis.

FORMULA

(B^2(x)+B(x^2))^2/8+B^2(x^2)/4+B(x^4)/4 +B^5(x)/(2-2B(x)) +B(x)B^2(x^2)/(2-2B(x^2)) where B(x) is generating function for rooted trees with n nodes

EXAMPLE

1 tetromino (a square) in 2^2 space; 2 pentominoes in 2^3 space;

in 2^4 space, 8 hexominoes that have cell centers determining 4-space

MATHEMATICA

sb[ n_, k_ ] := sb[ n, k ]=b[ n+1-k, 1 ]+If[ n<2k, 0, sb[ n-k, k ] ]; b[ 1, 1 ] := 1;

b[ n_, 1 ] := b[ n, 1 ]=Sum[ b[ i, 1 ]sb[ n-1, i ]i, {i, 1, n-1} ]/(n-1);

b[ n_, k_ ] := b[ n, k ]=Sum[ b[ i, 1 ]b[ n-i, k-1 ], {i, 1, n-1} ];

Table[ b[ i, 4 ]/8+Sum[ b[ i, j ], {j, 5, i} ]/2+If[ OddQ[ i ], 0, 3b[ i/2, 2 ]/8

+If[ OddQ[ i/2 ], 0, b[ i/4, 1 ]/4 ]+Sum[ b[ i/2, j ], {j, 3, i/2} ]/2 ]

+Sum[ b[ j, 1 ]b[ i-2j, 2 ]/4+Sum[ If[ OddQ[ k ], b[ j,

(k-1)/2 ]b[ i-2j, 1 ], 0 ], {k, 5, i} ]/2, {j, 1, (i-1)/2} ], {i, 4, 30} ]

CROSSREFS

Cf. A000081, A036364.

Sequence in context: A119854 A037560 A138804 this_sequence A115256 A132963 A122404

Adjacent sequences: A036364 A036365 A036366 this_sequence A036368 A036369 A036370

KEYWORD

easy,nice,nonn

AUTHOR

Robert A. Russell (russell(AT)post.harvard.edu)

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 10 00:48 EST 2009. Contains 170565 sequences.


AT&T Labs Research