login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A123351 Kekulé numbers for certain benzenoids (see the Cyvin-Gutman book for details). 2

%I #11 Jul 26 2019 04:32:44

%S 1,4,30,146,517,1476,3614,7890,15761,29332,51526,86274,138725,215476,

%T 324822,477026,684609,962660,1329166,1805362,2416101,3190244,4161070,

%U 5366706,6850577,8661876,10856054,13495330,16649221,20395092,24818726

%N Kekulé numbers for certain benzenoids (see the Cyvin-Gutman book for details).

%H S. J. Cyvin and I. Gutman, <a href="https://doi.org/10.1007/978-3-662-00892-8_8">Kekulé structures in benzenoid hydrocarbons</a>, Lecture Notes in Chemistry, No. 46, Springer, New York, 1988 (see p. 120 and K{Ch(m,3)} page 119).

%F G.f.: -x*(2*x^6-8*x^5+20*x^4-15*x^3+23*x^2-3*x+1) / (x-1)^7. - _Colin Barker_, Aug 29 2013

%p A123351 := proc(n)

%p (n^6+6*n^5+22*n^4+30*n^3+49*n^2+36)/36 ;

%p end proc:

%p seq( A123351(n),n=0..30) ; # _R. J. Mathar_, Jul 26 2019

%K nonn,easy

%O 0,2

%A _N. J. A. Sloane_, Oct 10 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)