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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A108667 Triangle read by rows: T(n,k)=9kn+14(n+k)+20 (0<=k<=n). 0
20, 34, 57, 48, 80, 112, 62, 103, 144, 185, 76, 126, 176, 226, 276, 90, 149, 208, 267, 326, 385, 104, 172, 240, 308, 376, 444, 512, 118, 195, 272, 349, 426, 503, 580, 657, 132, 218, 304, 390, 476, 562, 648, 734, 820, 146, 241, 336, 431, 526, 621, 716, 811 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,1

COMMENTS

Kekule numbers for certain benzenoids. T(n,n)=9n^2+28n+20 =A051872(n+2)

REFERENCES

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

FORMULA

G.f.=(20-6z-3tz+t^2*z^2-16tz^2-4t^2*z^3)/[(1-z)^2*(1-tz)^3]

EXAMPLE

Triangle begins:

20;

34,57;

48,80,112;

62,103,144,185;

MAPLE

T:=proc(n, k) if k<=n then 9*k*n+14*(n+k)+20 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. A051872.

Sequence in context: A165236 A067468 A127906 * A108669 A039343 A043166

Adjacent sequences:  A108664 A108665 A108666 * A108668 A108669 A108670

KEYWORD

nonn,tabl

AUTHOR

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

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 15 21:45 EST 2012. Contains 205860 sequences.