Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A336076 Decimal expansion of (7*Pi + 2*sqrt(2)) / (Pi - 2*sqrt(2)). 1
7, 9, 2, 5, 3, 8, 5, 5, 9, 1, 2, 9, 5, 3, 2, 9, 6, 0, 3, 9, 2, 3, 3, 2, 0, 4, 8, 9, 8, 0, 0, 9, 1, 1, 3, 7, 8, 3, 3, 1, 1, 0, 3, 8, 5, 4, 9, 5, 3, 8, 6, 8, 3, 0, 8, 4, 7, 2, 9, 1, 4, 6, 9, 5, 5, 1, 9, 5, 8, 6, 8, 4, 7, 7, 9, 5, 5, 2, 0, 6, 7, 3, 0, 0, 0, 3 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
2,1
COMMENTS
Decimal expansion of the ratio of segment areas for arclength Pi/4 on the unit circle. In general, suppose that s in (0,Pi) is the length of an arc of the unit circle. The associated chord separates the interior into two segments. Let A1 be the area of the larger and A2 the area of the smaller. The term "ratio of segment areas" means A1/A2. See A336073 for a guide to related sequences.
LINKS
FORMULA
Equals (2*Pi - s + sin(s))/(s - sin(s)), where s = Pi/4 = A003881.
EXAMPLE
79.2538559129532960392332048980091137833110385495...
MAPLE
s := Pi/4 ; sss := s-sin(s) ; evalf( 2*Pi/sss -1 ) ; # R. J. Mathar, Sep 02 2020
MATHEMATICA
s = Pi/4; r = N[(2 Pi - s + Sin[s])/(s - Sin[s]), 200]
RealDigits[r][[1]]
CROSSREFS
Cf. A336073.
Sequence in context: A154215 A316246 A249546 * A369235 A110793 A199290
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Jul 11 2020
STATUS
approved

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 August 18 10:08 EDT 2024. Contains 375264 sequences. (Running on oeis4.)