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!)
A114479 Kekulé numbers for certain benzenoids. 1

%I #23 Jul 24 2022 10:59:39

%S 3,20,136,928,6336,43264,295424,2017280,13774848,94060544,642285568,

%T 4385800192,29948116992,204498534400,1396403339264,9535238438912,

%U 65110680797184,444603538866176,3035942864551936,20730714605486080

%N Kekulé numbers for certain benzenoids.

%D S. J. Cyvin and I. Gutman, Kekulé structures in benzenoid hydrocarbons, Lecture Notes in Chemistry, No. 46, Springer, New York, 1988 (p. 205).

%H <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (8,-8).

%F a(n) = ((4+sqrt(8))^(n+1) + (4-sqrt(8))^(n+1))/16.

%F a(n) = 8*a(n-1) - 8*a(n-2). - _Colin Barker_, Aug 30 2013

%F G.f.: -x*(4*x-3) / (8*x^2 - 8*x + 1). - _Colin Barker_, Aug 30 2013

%F a(n)= 3*A057084(n-1) - 4*A057084(n-2). - _R. J. Mathar_, Aug 30 2013

%F a(n) = A007052(n+1)*2^(n-1). - _R. J. Mathar_, Jul 24 2022

%p a:=((4+sqrt(8))^(n+1)+(4-sqrt(8))^(n+1))/16: seq(expand(a(n)),n=1..23);

%K nonn,easy

%O 1,1

%A _Emeric Deutsch_, Nov 30 2005

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 May 10 12:30 EDT 2024. Contains 372387 sequences. (Running on oeis4.)