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.

A010702 Period 2: repeat (3,4).

Original entry on oeis.org

3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3
Offset: 0

Views

Author

Keywords

Comments

Continued fraction expansion of A176102. - R. J. Mathar, Mar 08 2012
Also decimal expansion of 34/99. - Nicolas Bělohoubek, Nov 12 2021

Crossrefs

Cf. A047355 (partial sums), A176102.

Programs

Formula

G.f.: (3+4*x)/(1-x^2). - Jaume Oliver Lafont, Mar 20 2009
a(n) = floor((n+1)*7/2) - floor((n)*7/2). - Hailey R. Olafson, Jul 23 2014
a(n) = 3 + (n mod 2) = 4 - ((n+1) mod 2). - Wesley Ivan Hurt, Jul 24 2014
From Nicolas Bělohoubek, Nov 12 2021: (Start)
a(n) = 12/a(n-1). See also A010696.
a(n) = 7 - a(n-1). See also A010695. (End)
a(n) = (7-(-1)^n)/2. - Aaron J Grech, Jul 28 2024