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.

A133649 A007318^(-1) * A133648.

Original entry on oeis.org

1, 4, 9, 19, 37, 75, 149, 299, 597, 1195, 2389, 4779, 9557, 19115, 38229, 76459, 152917, 305835, 611669, 1223339, 2446677, 4893355, 9786709, 19573419, 39146837, 78293675, 156587349, 313174699, 626349397, 1252698795, 2505397589, 5010795179, 10021590357, 20043180715
Offset: 0

Views

Author

Gary W. Adamson, Sep 19 2007

Keywords

Examples

			a(3) = (-1, 3, -3, 1) dot (1, 5, 18, 59) = (-1, 15, -54, 59), where A133648 = (1, 5, 18, 59, 184, 561, ...).
		

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[(1 + 2 x) (1 + x + x^2)/((1 - 2 x) (1 + x)), {x, 0, 33}], x] (* Michael De Vlieger, Mar 23 2022 *)

Formula

Inverse binomial transform of A133648.
From R. J. Mathar, Dec 13 2008: (Start)
a(n) = A062092(n), n > 1.
G.f.: (1+2x)*(1+x+x^2)/((1-2x)*(1+x)). (End)