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.

A010719 Period 2: repeat {5,8}.

Original entry on oeis.org

5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5, 8, 5
Offset: 0

Views

Author

N. J. A. Sloane, Dec 11 1996

Keywords

Comments

The inverse binomial transform is 5, 3, -6, 12, -24, 48, -96, 192, -384, 768, ... essentially A110164. - R. J. Mathar, Feb 25 2023

Crossrefs

Cf. A176323.

Programs

Formula

a(n) = a(n-2) for n > 1; a(0) = 5, a(1) = 8. G.f.: (5+8*x)/((1-x)*(1+x)). - Vincenzo Librandi, Aug 01 2010
a(n) = 3*(n mod 2) + 5. - Wesley Ivan Hurt, Jun 14 2014