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.

A191689 Decimal expansion of fractal dimension of boundary of Lévy dragon.

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Jun 11 2011

Keywords

Comments

The Lévy dragon was named after the French mathematician Paul Lévy (1886-1971). - Amiram Eldar, Apr 23 2021

Examples

			1.934007182988290978...
		

Programs

  • Mathematica
    RealDigits[2*Log2[x /. FindRoot[x^9 - 3*x^8 + 3*x^7 - 3*x^6 + 2*x^5 + 4*x^4 - 8*x^3 + 8*x^2 - 16*x + 8, {x, 2}, WorkingPrecision -> 100]]][[1]] (* Amiram Eldar, Apr 23 2021 *)

Formula

Equals 2*log_2(x), where x is the largest real root of x^9 - 3*x^8 + 3*x^7 - 3*x^6 + 2*x^5 + 4*x^4 - 8*x^3 + 8*x^2 - 16*x + 8 = 0. - Amiram Eldar, Apr 23 2021

Extensions

More terms from Amiram Eldar, Apr 23 2021