login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Decimal expansion of the distance from (0,0) to the nearest maximum point of y = sin x.
3

%I #4 Jul 01 2020 22:31:17

%S 1,6,4,8,4,5,4,1,5,4,7,3,7,8,0,7,5,7,9,3,8,0,2,9,4,5,9,0,1,5,7,5,9,4,

%T 4,2,2,5,3,2,4,9,8,5,7,0,7,1,9,0,7,7,8,5,2,3,1,7,8,5,3,5,7,0,1,4,0,8,

%U 8,7,8,6,0,0,2,4,0,8,3,0,5,9,1,5,5,3

%N Decimal expansion of the distance from (0,0) to the nearest maximum point of y = sin x.

%F (distance, (0,0) to (Pi/2,1)) =(1/2)sqrt(Pi/2 + 1)__

%e distance = 1.648454154737807579380294590157594422...

%t r = N[(1/2) Sqrt[Pi^2 + 1], 120]

%t RealDigits[r][[1]]

%Y Cf. A334959, A334961, A334962.

%K nonn,cons

%O 1,2

%A _Clark Kimberling_, Jul 01 2020