login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A029136 Expansion of 1/((1-x^2)*(1-x^3)*(1-x^4)*(1-x^6)). 0
1, 0, 1, 1, 2, 1, 4, 2, 5, 4, 7, 5, 11, 7, 13, 11, 17, 13, 23, 17, 27, 23, 33, 27, 42, 33, 48, 42, 57, 48, 69, 57, 78, 69, 90, 78, 106, 90, 118, 106, 134, 118, 154, 134, 170, 154, 190, 170, 215, 190, 235, 215, 260, 235 (list; graph; refs; listen; history; internal format)
OFFSET

0,5

COMMENTS

Number of nonisomorphic hollow hexagons with n hexagons for n >= 8 (a class of primitive coronoids).

REFERENCES

B. N. Cyvin et al., Enumeration of conjugated hydrocarbons..., Structural Chem., 6 (1995), 85-88, equations (1)-(5) and (24).

MAPLE

M := Matrix(15, (i, j)-> if (i=j-1) or (j=1 and member(i, [2, 3, 4, 11, 12, 13])) then 1 elif j=1 and member(i, [5, 7, 8, 10, 15]) then -1 else 0 fi); a := n -> (M^(n))[1, 1]; seq (a(n), n=0..53); - Alois P. Heinz (heinz(AT)hs-heilbronn.de), Jul 25 2008

CROSSREFS

Sequence in context: A106044 A124896 A008742 * A001479 A128861 A161307

Adjacent sequences:  A029133 A029134 A029135 * A029137 A029138 A029139

KEYWORD

nonn

AUTHOR

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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 10:05 EST 2012. Contains 206009 sequences.