| Sequence A052154: Coefficients of Lemniscates for Mandelbrot Set |
Sloane's A052154 gives the coefficients of the Lemniscates, a series of polynomials in one complex variable which converge on the boundary of the Mandelbrot set.
The sequence is given by "antidiagonals", a series of diagonals beginning at the top-left of the table, read from bottom-left to top-right. The order is illustrated by the order of the letters in this diagram:
A C F J
B E I ...
D H M
G L
K
The lemniscates are:
1
C
C + C2
C + C2 + 2 C3 + C4
C + C2 + 2 C3 + 5 C4 + 6 C5 + 6 C6 + 4 C7 + C8
And the coefficients are arranged from lowest to highest, so the table of coefficients looks like this:
1 0 0 0 0 0 0 0 0 ...
1 1 0 0 0 0 0 0 0 ...
1 1 2 1 0 0 0 0 0 ...
1 1 2 5 6 6 4 1 0 ...
.....
Therefore the sequence, read by antidiagonals, is: 1, 1,0, 1,1,0, 1,1,0,0, 1,1,2,0,0, 1,1,2,1,0,0, ...
Robert Munafo's home pages on VistaPages
© 1996-2008 Robert P. Munafo.
email me
more info
This work is licensed under a Creative Commons Attribution 2.5 License. Details here
Back to my main page
s.13