login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A193780 Decimal expansion of the area of the second Mandelbrot set lemniscate. 1
6, 2, 5, 8, 5, 6, 9, 2, 3, 7, 0, 5, 0, 2, 2, 7, 5, 7, 7, 7, 3, 0, 2, 9, 5, 2, 3, 6, 6, 5, 0, 9, 0, 5, 3, 9, 5, 2, 4, 6, 8, 7, 5, 4, 0, 2, 6, 7, 0, 0, 5, 0, 9, 3, 1, 2, 5, 9, 4, 8, 4, 4, 4, 2, 5, 5, 2, 7, 0, 8, 7, 4, 7, 7, 6, 2, 3, 3, 3, 5, 0, 4, 3, 3, 3, 7, 2, 6, 1, 2, 3, 2, 8, 9, 8, 4, 4, 6, 3, 0, 4, 5, 8, 1, 2 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Mandelbrot Set Lemniscate
EXAMPLE
6.258569237...
MATHEMATICA
f[x_, y_] = (x^2 + y^2)*((x + 1)^2 + y^2) - 4; f[x_] = y /. Solve[f[x, y] == 0, y][[4]]; Take[RealDigits[ 2*NIntegrate[f[x], {x, -2, 1}, WorkingPrecision -> 120]][[1]], 105]
CROSSREFS
Cf. A193781 (perimeter).
Sequence in context: A011489 A093601 A297981 * A220260 A238901 A166200
KEYWORD
nonn,cons
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)