OFFSET
0,1
COMMENTS
Henon attractor equation: (x=y+1-a*x^2, y=b*x, a=7/5, b=3/10), with solution (x=(sqrt(609)-7)/28, y=3*x/10).
There are two different fixed points of the Hénon map for a=7/5 and b=3/10. Sequence focuses on the decimal expansion of the x-coordinate of one of them. - Altug Alkan, Nov 19 2015
LINKS
Wikipedia, Hénon map.
FORMULA
x = (sqrt(609) - 7)/28.
EXAMPLE
x = 0.63135447708950471168156023383569597544158647441012608539257671385...
MATHEMATICA
RealDigits[(Sqrt[609] - 7)/28, 10, 105][[1]] (* Amiram Eldar, Apr 29 2023 *)
PROG
(PARI) (sqrt(609)-7)/28 \\ Altug Alkan, Nov 19 2015
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Zak Seidov, May 26 2008
EXTENSIONS
Offset corrected R. J. Mathar, Jan 26 2009
Better definition from Altug Alkan, Nov 19 2015
STATUS
approved