Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A107983
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A107983 Triangle read by rows: T(n,k)=(k+1)(n+2)(n+3)(n-k+2)(n-k+1)/12 for 0<=k<=n. +0
1
1, 6, 4, 20, 20, 10, 50, 60, 45, 20, 105, 140, 126, 84, 35, 196, 280, 280, 224, 140, 56, 336, 504, 540, 480, 360, 216, 84, 540, 840, 945, 900, 750, 540, 315, 120, 825, 1320, 1540, 1540, 1375, 1100, 770, 440, 165, 1210, 1980, 2376, 2464, 2310, 1980, 1540 (list; table; graph; listen)
OFFSET

0,2

COMMENT

Kekule numbers for certain benzenoids. Column 0 yields A002415. Main diagonal yields A000292. Row sums yield A006542.

T(n,k) = number of Dyck (n+4)-paths with 4 peaks (UDs) and last descent of length k+1. For example, T(1,1)=4 counts UUDUDUDUDD, UDUUDUDUDD, UDUDUUDUDD, UDUDUDUUDD. - David Callan (callan(AT)stat.wisc.edu), Jun 26 2006

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{F(n,3,-l)}).

EXAMPLE

Triangle begins:

1;

6,4;

20,20,10;

50,60,45,20;

MAPLE

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

CROSSREFS

Cf. A002415, A000292, A006542.

Adjacent sequences: A107980 A107981 A107982 this_sequence A107984 A107985 A107986

Sequence in context: A131828 A096038 A083581 this_sequence A009278 A120462 A061592

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 October 8 07:34 EDT 2008. Contains 144666 sequences.


AT&T Labs Research