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.

A010718 Periodic sequence: repeat [5, 7].

Original entry on oeis.org

5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5
Offset: 0

Views

Author

Keywords

Comments

Also continued fraction expansion of (35 + sqrt(1365))/14. - Bruno Berselli, Sep 29 2011
Decimal expansion of 19/33. - R. J. Mathar, May 15 2025

Programs

Formula

From Paolo P. Lava, Oct 20 2006: (Start)
a(n) = (-1)^(n+1) + 6.
(End)
From Vincenzo Librandi, Aug 01 2010: (Start)
a(n) = a(n-2) for n > 1, with a(0)=5, a(1)=7.
G.f.: (5+7*x)/((1-x)*(1+x)). (End)

Extensions

Definition rewritten by Bruno Berselli, Sep 29 2011