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.

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

Original entry on oeis.org

1, 4, 5, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4
Offset: 0

Views

Author

N. J. A. Sloane, Nov 20 2019

Keywords

Comments

Decimal expansion of 1309/9000. - Elmo R. Oliveira, May 07 2024

Crossrefs

Row 2 of array in A329504.
Essentially the same as A000655.

Programs

  • PARI
    Vec((1 + x)*(1 + 2*x - x^2) / (1 - x) + O(x^80)) \\ Colin Barker, Nov 21 2019

Formula

a(n) = 4 for n >= 3.