cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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

Original entry on oeis.org

0, 3, 12, 54, 240, 1068, 4752, 21144, 94080, 418608, 1862592, 8287584, 36875520, 164077248, 730060032, 3248394624, 14453698560, 64311583488, 286153731072, 1273238091264, 5665259827200, 25207515491328, 112160581619712, 499057357461504, 2220550593085440, 9880317087264768, 43962369535229952
Offset: 0

Views

Author

N. J. A. Sloane, Oct 10 2006

Keywords

Programs

  • Maple
    A123348 := proc(n)
        3*((2+sqrt(6))^n-(2-sqrt(6))^n)/2/sqrt(6) ;
        expand(%) ;
        simplify(%) ;
    end proc:
    seq( A123348(n),n=0..30) ; # R. J. Mathar, Jul 26 2019

Formula

Conjectured g.f.: 1/(1 - Q(0)) - 1, where Q(k)= 1 - 1/(4^k - 2*x*16^k/(2*x*4^k - 1/(1 + 1/(2*4^k - 8*x*16^k/(4*x*4^k + 1/Q(k+1) ))))); (continued fraction). - Sergei N. Gladkovskii, Apr 13 2013
G.f.: -3*x / (2*x^2+4*x-1). a(n)=3*A090017(n). - Colin Barker, Aug 29 2013