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.

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