Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A107985
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A107985 Triangle read by rows: T(n,k)=(k+1)(n+2)(n-k+1)/2 for 0<=k<=n. +0
3
1, 3, 3, 6, 8, 6, 10, 15, 15, 10, 15, 24, 27, 24, 15, 21, 35, 42, 42, 35, 21, 28, 48, 60, 64, 60, 48, 28, 36, 63, 81, 90, 90, 81, 63, 36, 45, 80, 105, 120, 125, 120, 105, 80, 45, 55, 99, 132, 154, 165, 165, 154, 132, 99, 55, 66, 120, 162, 192, 210, 216, 210, 192, 162, 120 (list; table; graph; listen)
OFFSET

0,2

COMMENT

Kekule numbers for certain benzenoids. Column 0 and the main diagonal yield the triangular numbers (A000217). Row sums yield A002415. T(n,n-k)=T(n,k), T(2n,n)=(n+1)^3.

T(n,k) = number of Dyck (n+3)-paths with 3 peaks (UDs) and last descent of length k+1. For example, T(1,1)=3 counts UUDUDUDD, UDUUDUDD, UDUDUUDD. The number of Dyck n-paths containing k peaks and with last descent of length j is j/n*binom[n,k-1]*binom[n-j-1,k-2] (where as usual binom[a,b]=0 for b<0 except that binom[ -1,-1]:=1). - David Callan (callan(AT)stat.wisc.edu), Jun 26 2006

As a rectangular array, A107985 is the accumulation array (cf. A144112) of the rectangular array W given by w(i,j)=i+j-1; i.e., W=A002024 as a rectangular array. [From Clark Kimberling (ck6(AT)evansville.edu), Sep 16 2008]

REFERENCES

S. J. Cyvin and I. Gutman, Kekule structures in benzenoid hydrocarbons, Lecture Notes in Chemistry, No. 46, Springer, New York, 1988 (p. 237, K{B(n,2,-l)}).

EXAMPLE

Triangle begins:

1;

3,3;

6,8,6;

10,15,15,10;

15,24,27,24,15;

MAPLE

T:=proc(n, k) if k<=n then (k+1)*(n+2)*(n-k+1)/2 else 0 fi end: for n from 0 to 11 do seq(T(n, k), k=0..n) od; # yields sequence in triangular form

CROSSREFS

Cf. A000217, A002415.

A002024. [From Clark Kimberling (ck6(AT)evansville.edu), Sep 16 2008]

Sequence in context: A050065 A078477 A098832 this_sequence A114999 A160733 A021752

Adjacent sequences: A107982 A107983 A107984 this_sequence A107986 A107987 A107988

KEYWORD

nonn,tabl

AUTHOR

Emeric Deutsch (deutsch(AT)duke.poly.edu), Jun 12 2005

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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research