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.

A077858 Expansion of (1-x)^(-1)/(1-2*x+2*x^2-2*x^3).

Original entry on oeis.org

1, 3, 5, 7, 11, 19, 31, 47, 71, 111, 175, 271, 415, 639, 991, 1535, 2367, 3647, 5631, 8703, 13439, 20735, 31999, 49407, 76287, 117759, 181759, 280575, 433151, 668671, 1032191, 1593343, 2459647, 3796991, 5861375, 9048063, 13967359, 21561343, 33284095, 51380223
Offset: 0

Views

Author

N. J. A. Sloane, Nov 17 2002

Keywords

Crossrefs

Cf. A077943.

Programs

  • Mathematica
    CoefficientList[Series[(1-x)^(-1)/(1-2x+2x^2-2x^3), {x,0,40}], x]  (* Harvey P. Dale, Mar 31 2011 *)

Formula

a(n)-a(n-1) = A077943(n). - R. J. Mathar, Mar 13 2021