Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #12 Apr 01 2022 09:14:19
%S 2,4,5,5,6,6,7,2,1,9,3,7,4,7,9,9,0,4,6,5,0,2,0,4,0,5,3,6,0,9,6,0,4,2,
%T 6,8,0,8,9,6,2,4,1,9,7,2,1,3,6,2,8,8,0,6,7,7,5,4,9,7,0,9,2,1,2,0,1,1,
%U 8,8,0,4,8,4,7,7,2,3,7,4,8,9,5,1,2,0,1,4,6,9,5,3,6,6,3,5,7,5,1,9,1,1,4,3,2
%N Decimal expansion of the location of the far bifurcation cusp in the Zeeman catastrophe machine.
%C Largest root of 10*x^2-27*x+6, equal to (27+sqrt(489))/20 (Poston 1978).
%C Applies to the 'classical' Zeeman machine with a disk of diameter 1 and the distance between the pivot and the fixed point equal to 2. With respect to the pivot, the near and far bifurcation cusps are located on opposite side the fixed point. This constant is the far cusp's distance from the pivot.
%D T. Poston and I. Stewart, Catastrophe Theory and its Applications, Pitman Publishing Ltd, 1978, Chapter 5, page 76.
%H Stanislav Sykora, <a href="/A256720/b256720.txt">Table of n, a(n) for n = 1..2000</a>
%H D. Cross, <a href="http://www.haverford.edu/physics/dcross/projects/zcm/">Zeeman's Catastrophe Machine in HTML 5</a>
%H The Nonlinear Dynamics Group at Drexel University, <a href="http://lagrange.physics.drexel.edu/flash/zcm/">Zeeman's Catastrophe Machine</a>
%H Wikipedia, <a href="http://en.wikipedia.org/wiki/Catastrophe_theory">Catastrophe theory</a>
%H E. C. Zeeman, <a href="https://www.jstor.org/stable/24950329">Catastrophe Theory</a>, Scientific American, April 1976, pages 65-70, 75-83.
%e 2.455667219374799046502040536096042680896241972136288067754970...
%o (PARI) a=(27+sqrt(489))/20 \\ Use \p 2020, and keep 2000 digits
%Y Cf. A256719 (near bifurcation cusp).
%K nonn,cons
%O 1,1
%A _Stanislav Sykora_, Apr 09 2015