login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A133742 Decimal expansion of cap height at which the area of a circular segment equals 1/4 that of the entire circle. 2

%I #10 Nov 16 2018 21:22:30

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

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

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

%N Decimal expansion of cap height at which the area of a circular segment equals 1/4 that of the entire circle.

%D Mutiu F. Erinosho, ET Akinlabi, S Pityana, Effect of scanning speed and powder flow rate on the evolving properties of laser metal deposited Ti-6Al-4V/Cu composites, International Journal of Surface Science and Engineering, Volume 10, Issue 3, 2016; DOI: 10.1504/IJSURFSE.2016.076993 (Mentions this number)

%H G. C. Greubel, <a href="/A133742/b133742.txt">Table of n, a(n) for n = 0..10000</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/CircularSegment.html">Circular Segment</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/Quarter-TankProblem.html">Quarter Tank Problem</a>

%e 0.5960272467004827906810382599336845570977640354259015777499...

%t RealDigits[x/.FindRoot[Pi/4 == ArcCos[1 - x] - (1 - x)*Sqrt[x*(2 - x)], {x, 0, 1}, WorkingPrecision -> 200], 10, 100][[1]] (* _G. C. Greubel_, Nov 16 2018 *)

%o (PARI) default(realprecision, 100); solve(x=0,1, acos(1-x) - (1-x)*sqrt(x*(2-x)) - Pi/4) \\ _G. C. Greubel_, Nov 16 2018

%K nonn,cons

%O 0,1

%A _Eric W. Weisstein_, Sep 22 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)