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.

A373565 Expansion of x + 1/(1 - x).

Original entry on oeis.org

1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
Offset: 0

Views

Author

Peter Luschny, Jun 10 2024

Keywords

Crossrefs

Cf. A294619.

Programs

  • Mathematica
    CoefficientList[Series[x + 1/(1 - x), {x, 0, 105}], x] (* Michael De Vlieger, Jun 10 2024 *)

Formula

a(n) = [x^n] (x^2 - x - 1) / (x - 1).
E.g.f.: exp(x) + x. - Stefano Spezia, Jun 10 2024