Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A045649
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A045649 Number of chiral n-ominoes in n-1 space. +0
3
1, 0, 0, 1, 1, 1, 2, 5, 9, 15, 31, 70, 146, 300, 656, 1471, 3258, 7245, 16400, 37461, 85773, 197365, 457297, 1065070, 2489750, 5842741, 13766775, 32552087, 77208432, 183670145, 438176307, 1048092760, 2513081101 (list; graph; listen)
OFFSET

1,7

COMMENT

Lunnon's DR(n,n-1)-DE(n,n-1). Knuth describes methodology for a similar enumeration, that of free trees with n nodes.

REFERENCES

W. F. Lunnon, Counting Multidimensional Polyominoes, Computer Journal, Vol. 18 (1975), pp. 366-67.

D. E. Knuth, Fundamental Algorithms, 3d Ed. 1997, pp. 386-88.

FORMULA

G.f.: C(x)-C^2(x)/2+C(-x^2)/2 where C(x) is g.f. for same sequence with one cell labeled, A045648.

MATHEMATICA

s[ n_, k_ ] := s[ n, k ]=c[ n+1-k ]+If[ n<2k, 0, s[ n-k, k ](-1)^k ]; c[ 1 ]=1; c[ n_ ] := c[ n ]=Sum[ c[ i ]s[ n-1, i ]i, {i, 1, n-1} ]/(n-1); Table[ c[ i ]-Sum[ c[ j ]c[ i-j ], {j, 1, i/2} ]+If[ OddQ[ i ], 0, c[ i/2 ](c[ i/2 ]+(-1)^(i/2))/2 ], {i, 1, 33} ]

CROSSREFS

Cf. A045648, A000081, A004111.

Adjacent sequences: A045646 A045647 A045648 this_sequence A045650 A045651 A045652

Sequence in context: A007176 A065618 A054253 this_sequence A024519 A072829 A138226

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 October 9 14:06 EDT 2008. Contains 144831 sequences.


AT&T Labs Research