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.

Showing 1-2 of 2 results.

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

A344111 Decimal expansion of 4 + sqrt(3).

Original entry on oeis.org

5, 7, 3, 2, 0, 5, 0, 8, 0, 7, 5, 6, 8, 8, 7, 7, 2, 9, 3, 5, 2, 7, 4, 4, 6, 3, 4, 1, 5, 0, 5, 8, 7, 2, 3, 6, 6, 9, 4, 2, 8, 0, 5, 2, 5, 3, 8, 1, 0, 3, 8, 0, 6, 2, 8, 0, 5, 5, 8, 0, 6, 9, 7, 9, 4, 5, 1, 9, 3, 3, 0, 1, 6, 9, 0, 8, 8, 0, 0, 0, 3, 7, 0, 8, 1, 1, 4, 6, 1, 8, 6, 7, 5
Offset: 1

Views

Author

Wesley Ivan Hurt, May 10 2021

Keywords

Comments

Decimal expansion of the surface area of a gyrobifastigium with regular faces and unit edge length.
Essentially the same sequence of digits as A176102, A165663, A160390, A090388, A019973 and A002194. - R. J. Mathar, May 16 2021

Examples

			5.73205080756887729...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[4 + Sqrt[3], 10, 100] // Flatten
Showing 1-2 of 2 results.