Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A107984
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A107984 Triangle read by rows: T(n,k)=(k+1)(n+2)(2n-k+3)(n-k+1)/6 for 0<=k<=n. +0
1
1, 5, 4, 14, 16, 10, 30, 40, 35, 20, 55, 80, 81, 64, 35, 91, 140, 154, 140, 105, 56, 140, 224, 260, 256, 220, 160, 84, 204, 336, 405, 420, 390, 324, 231, 120, 285, 480, 595, 640, 625, 560, 455, 320, 165, 385, 660, 836, 924, 935, 880, 770, 616, 429, 220, 506, 880 (list; table; graph; listen)
OFFSET

0,2

COMMENT

Kekule numbers for certain benzenoids. Column 0 yields A000330. Main diagonal yields A000292. Row sums yield A006414.

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,3,-l)}).

EXAMPLE

Triangle begins:

1;

5,4;

14,16,10;

30,40,35,20;

MAPLE

T:=proc(n, k) if k<=n then (k+1)*(n+2)*(2*n-k+3)*(n-k+1)/6 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. A000330, A000292, A006414.

Sequence in context: A078930 A094414 A158867 this_sequence A133178 A154225 A143129

Adjacent sequences: A107981 A107982 A107983 this_sequence A107985 A107986 A107987

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