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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A027800 (n+1)*C(n+4,4). 5
1, 10, 45, 140, 350, 756, 1470, 2640, 4455, 7150, 11011, 16380, 23660, 33320, 45900, 62016, 82365, 107730, 138985, 177100, 223146, 278300, 343850, 421200, 511875, 617526, 739935, 881020, 1042840, 1227600, 1437656, 1675520 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Kekule numbers for certain benzenoids. - Emeric Deutsch (deutsch(AT)duke.poly.edu), Jun 19 2005

Equals binomial transform of [1, 9, 26, 34, 21, 5, 0, 0, 0,...]. - Gary W. Adamson (qntmpkt(AT)yahoo.com), Jul 27 2008

a(n) equals the coefficient of x^4 of the characteristic polynomial of the (n+4)X(n+4) matrix with 2's along the main diagonal and 1's everywhere else (see Mathematica code below) [From John M. Campbell, Jul 08 2011]

REFERENCES

A. H. Beiler, Recreations in the Theory of Numbers, Dover, N.Y., 1964, pp. 194-196.

Herbert John Ryser, Combinatorial Mathematics, "The Carus Mathematical Monographs", No. 14, John Wiley and Sons, 1963, pp. 1-8.

S. J. Cyvin and I. Gutman, Kekule structures in benzenoid hydrocarbons, Lecture Notes in Chemistry, No. 46, Springer, New York, 1988 (p.233, # 9).

LINKS

M. Aganagic, A. Klemm and C. Vafa, Disk Instantons, Mirror Symmetry and the Duality Web

FORMULA

Number of 9-subsequences of [1, n] with just 4 contiguous pairs; g.f. (1+4x)/(1-x)^6

C(n+1, 1)*C(n+4, 4) - Zerinvary Lajos (zlaja(AT)freemail.hu), May 10 2005

MAPLE

a:=n->(n+1)^2*(n+2)*(n+3)*(n+4)/24: seq(a(n), n=0..36); (Deutsch)

a:=n->(sum((numbperm(n, 4)), j=4..n)):seq(a(n)/24, n=4..35); [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Aug 24 2008]

MATHEMATICA

Table[Coefficient[CharacteristicPolynomial[Array[KroneckerDelta[#1, #2] + 1 &, {n + 4, n + 4}], x], x^4], {n, 0, 40}] (* From John M. Campbell, Jul 08 2011*)

CROSSREFS

Partial sums of A002418.

Cf. A093562 ((5, 1) Pascal, column m=5).

Sequence in context: A022605 A179095 A037270 * A005714 A175705 A143671

Adjacent sequences:  A027797 A027798 A027799 * A027801 A027802 A027803

KEYWORD

nonn

AUTHOR

thi ngoc dinh (via rkg(AT)cpsc.ucalgary.ca)

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 14 10:43 EST 2012. Contains 205614 sequences.