Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A034191
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A034191 Number of binary codes of length 6 with n words. +0
1
1, 1, 6, 16, 103, 497, 3253, 19735, 120843, 681474, 3561696, 16938566, 73500514, 290751447, 1052201890, 3492397119, 10666911842, 30064448972, 78409442414, 189678764492, 426539774378, 893346071377, 1745593733454 (list; graph; listen)
OFFSET

0,3

COMMENT

Also number of 2-colorings of the vertices of the 6-cube having n nodes of one color.

The b-file shows the full sequence.

REFERENCES

W. Y. C. Chen, Induced cycle stuctures of the hyperoctahedral group. SIAM J. Disc. Math. 6 (1993), 353-362.

H. Fripertinger, Enumeration, construction and random generation of block codes, Designs, Codes, Crypt., 14 (1998), 213-219.

R. W. Robinson, Numerical implementation of graph counting algorithms, AGRC Grant, Math. Dept., Univ. Newcastle, Australia, 1979.

LINKS

R. W. Robinson, Table of n, a(n) for n = 0..65

H. Fripertinger, Isometry Classes of Codes

MATHEMATICA

(Mathematica program from Robert A. Russell (russell(AT)post.harvard.edu), May 08 2007)

P[ n_Integer ]:=P[ n ]=P[ n, n ]; P[ n_Integer, _ ]:={}/; (n<0); (* partitions *)

P[ 0, _ ]:={{}}; P[ n_Integer, 1 ]:={Table[ 1, {n} ]}; P[ _, 0 ]:={}; (*S.S. Skiena*)

P[ n_Integer, m_Integer ]:=Join[ Map[ (Prepend[ #, m ])&, P[ n-m, m ] ], P[ n, m-1 ] ];

AC[ d_Integer ]:=Module[ {C, M, p}, (* from W.Y.C. Chen algorithm *)

M[ p_List ]:=Plus@@p!/(Times@@p Times@@(Length/@Split[ p ]!));

C[ p_List, q_List ]:=Module[ {r, m, k, x}, r=If[ 0==Length[ q ], 1, 2 2^

IntegerExponent[ LCM@@q, 2 ] ]; m=LCM@@Join[ p/GCD[ r, p ], q/GCD[ r, q ] ];

CoefficientList[ Expand[ Product[ (1+x^(k r))^((Plus@@Map[ MoebiusMu[ k/# ]

2^Plus@@GCD[ #r, Join[ p, q ] ]&, Divisors[ k ] ])/(k r)), {k, 1, m} ] ], x ] ];

Sum[ Binomial[ d, p ]Plus@@Plus@@Outer[ M[ #1 ]M[ #2 ]C[ #1, #2 ]2^(d-Length[ #1 ]-Length[ #2 ])&, P[ p ], P[ d-p ], 1 ], {p, 0, d} ]/(d!2^d) ]; AC[ 6 ]

CROSSREFS

Cf. A034188-.

Sequence in context: A056204 A091148 A009354 this_sequence A115331 A152663 A113561

Adjacent sequences: A034188 A034189 A034190 this_sequence A034192 A034193 A034194

KEYWORD

nonn,fini

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com) at the suggestion of Andrew Plewe, May 11 2007

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 11 12:57 EST 2009. Contains 170656 sequences.


AT&T Labs Research