OFFSET
0,1
EXAMPLE
c=0.965016109773342910082904125880052671050...
MATHEMATICA
Plot[{Sin[x + .97], 1/x}, {x, 0, Pi}]
r = GoldenRatio; x = Sqrt[r];
c = N[Pi - x - ArcCos[r - 1], 100]
RealDigits[c] (* A196772 *)
slope = N[-1/x^2, 100]
RealDigits[slope] (* 1-r *)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 06 2011
STATUS
approved