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.

A256960 a(0)=1, a(1)=4; thereafter a(n) = a(n-2)+2*A055099(n-1)+2^(n-1).

Original entry on oeis.org

1, 4, 11, 36, 119, 408, 1419, 4988, 17631, 62528, 222163, 790180, 2812135, 10011304, 35647259, 126942540, 452078447, 1610033040, 5734081251, 20421960308, 72733344375, 259042555640, 922591559467, 3285854197276, 11702734525951, 41679889602784, 148445093121011, 528694969090116
Offset: 0

Views

Author

N. J. A. Sloane, Apr 14 2015

Keywords

Crossrefs

Cf. A055099.

Programs

  • PARI
    Vec(-(2*x+1)*(2*x^2+2*x-1)/((x+1)*(2*x-1)*(2*x^2+3*x-1)) + O(x^100)) \\ Colin Barker, Jun 06 2015

Formula

G.f.: -(2*x+1)*(2*x^2+2*x-1) / ((x+1)*(2*x-1)*(2*x^2+3*x-1)). - Colin Barker, Jun 05 2015