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.

Showing 1-3 of 3 results.

A045906 Numbers of nonisomorphic systems of catafusenes (see Cyvin et al. (1994) for precise definition).

Original entry on oeis.org

1, 1, 4, 12, 51, 205, 907, 4000, 18048, 81719, 373104, 1710740, 7882346, 36457711, 169252176, 788326910, 3683071949, 17255713627, 81056265252, 381668770108, 1801189604231, 8517995996495, 40360819400887, 191589552910532
Offset: 0

Views

Author

Keywords

Comments

Row sums of table in A121178.
These are the row sums in Table 5 (p. 1179) of Cyvin et al. (1994), which lists the total number of nonisomorphic systems of catafusenes classified according to the numbers alpha of appendages to the core and the total numbers a of hexagons in the appendages (not including any possible hexagons in the core). - Petros Hadjicostas, May 25 2019

Crossrefs

Formula

G.f.: (8*(1+x^2-6*x^3-x^4) - (1-3*x)*(1-x)^(5/2)*(1-5*x)^(1/2) - (1-x)^(-1)*(5+3*x-5*x^2-7*x^3)*(1-x^2)^(1/2)*(1-5*x^2)^(1/2) - 2*(1-x^4)^(1/2)*(1-5*x^4)^(1/2))/16/x^4. - Emeric Deutsch, Mar 13 2004. [This g.f. is (essentially) Eq. (48) on p. 1179 in the Cyvin et al. (1994) paper. - N. J. A. Sloane, Apr 14 2013]
a(n) = A038392(n+1) + A045903(n) + A045904(n) + A045905(n). - Sean A. Irvine, Mar 26 2021

Extensions

More terms from Emeric Deutsch, Mar 13 2004
Name edited by Petros Hadjicostas, May 25 2019

A044046 Nonisomorphic catacondensed monoheptafusenes (see reference for precise definition).

Original entry on oeis.org

0, 0, 1, 3, 16, 66, 300, 1314, 5884, 26304, 118633, 537255, 2447172, 11197710, 51473017, 237569535, 1100655430, 5117008440, 23865566651, 111636805905, 523632748312, 2462303017950, 11605730134178, 54821137926588, 259479816361256, 1230496691745816, 5845551200648015
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • PARI
    U(z)= (1-3*z-sqrt(1-6*z+5*z^2))/(2*z);
    my(x='x + O('x^40)); concat([0, 0], Vec((U(z)^2 + U(z^2))/2)) \\ Michel Marcus, Apr 22 2019

Formula

From Emeric Deutsch, Mar 14 2004: (Start)
G.f.: (U(z)^2 + U(z^2))/2, where U(z) = (1 - 3z - sqrt(1 - 6z + 5z^2))/(2z). [corrected by Michel Marcus, Apr 22 2019]
a(2n) = (1/2)*(A045445(2n) + A002212(n)), n >= 1; a(2n+1) = (1/2)*A045445(2n+1), n >= 0. (End)

Extensions

More terms from Emeric Deutsch, Mar 14 2004
More terms from Michel Marcus, Apr 22 2019

A121070 Nonisomorphic catacondensed monoheptafusenes (see reference for precise definition).

Original entry on oeis.org

1, 1, 4, 13, 56, 234, 1034, 4570, 20492, 92329, 418896
Offset: 0

Views

Author

N. J. A. Sloane, Aug 10 2006

Keywords

References

  • B. N. Cyvin et al., A class of polygonal systems representing polycyclic conjugated hydrocarbons ..., Monat. f. Chemie, 125 (1994), 1327-1337 (see Table 1).

Crossrefs

Equals sum of columns of triangle whose successive columns are A000007, A044045, A121071, A045904, ...
Showing 1-3 of 3 results.