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.

A010689 Periodic sequence: Repeat 1, 8.

Original entry on oeis.org

1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1
Offset: 0

Views

Author

Keywords

Comments

Also the digital root of 8^n. Also the decimal expansion of 2/11 = 0.181818181818... - Cino Hilliard, Dec 31 2004
Interleaving of A000012 and A010731. - Klaus Brockhaus, Apr 02 2010
Continued fraction expansion of (2 + sqrt(6))/4. - Klaus Brockhaus, Apr 02 2010
Digital root of the powers of any number congruent to 8 mod 9. - Alonso del Arte, Jan 26 2014

Examples

			0.18181818181818181818181818181818181818181...
		

References

  • Cecil Balmond, Number 9: The Search for the Sigma Code. Munich, New York: Prestel (1998): 203.

Crossrefs

Cf. A000012 (all 1's sequence), A010731 (all 8's sequence), A174925 (decimal expansion of (2 + sqrt(6))/4). [Klaus Brockhaus, Apr 02 2010]
Cf. Digital roots of powers of c mod 9: c = 2, A153130; c = 4, A100402; c = 5, A070366; c = 7, A070403.
Cf. sequences listed in Comments section of A283393.
Cf. A010888.

Programs

Formula

From Paul Barry, Sep 16 2004: (Start)
G.f.: (1 + 8*x)/((1 - x)*(1 + x)).
a(n) = (9 - 7*(-1)^n)/2.
a(n) = 8^(ceiling(n/2) - floor(n/2)).
a(n) = gcd((n-1)^3, (n+1)^3). (End)
E.g.f.: cosh(x) + 8*sinh(x). - Stefano Spezia, Feb 09 2025
a(n) = A010888(8*a(n-1)). - Stefano Spezia, Mar 20 2025

Extensions

Definition edited and keywords cons, cofr added by Klaus Brockhaus, Apr 02 2010

A187110 Decimal expansion of sqrt(3/8).

Original entry on oeis.org

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

Views

Author

Keywords

Comments

Apart from leading digits, the same as A174925.
Radius of the circumscribed sphere (congruent with vertices) for a regular tetrahedron with unit edges. - Stanislav Sykora, Nov 20 2013

Examples

			sqrt(3/8)=0.61237243569579452454932101867647284799148687016417..
		

References

  • Jan Gullberg, Mathematics from the Birth of Numbers, W. W. Norton & Co., NY & London, 1997, §12.4 Theorems and Formulas (Solid Geometry), p. 450.

Crossrefs

Cf. Platonic solids circumradii: A010503 (octahedron), A010527 (cube), A019881 (icosahedron), A179296 (dodecahedron). - Stanislav Sykora, Feb 10 2014

Programs

Formula

Equals A010464/4. - Stefano Spezia, Jan 26 2025
Equals 3*A020781 = A115754/2 = sqrt(A301755). - Hugo Pfoertner, Jan 26 2025
Showing 1-2 of 2 results.