login

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”).

A121601
Decimal expansion of cosecant of 22.5 degrees = csc(Pi/8).
11
2, 6, 1, 3, 1, 2, 5, 9, 2, 9, 7, 5, 2, 7, 5, 3, 0, 5, 5, 7, 1, 3, 2, 8, 6, 3, 4, 6, 8, 5, 4, 3, 7, 4, 3, 0, 7, 1, 6, 7, 5, 2, 2, 3, 7, 6, 6, 9, 8, 5, 3, 9, 0, 5, 5, 0, 9, 7, 7, 9, 6, 7, 3, 3, 8, 1, 6, 1, 6, 2, 0, 8, 2, 9, 2, 2, 3, 8, 4, 1, 0, 1, 9, 0, 3, 7, 0, 7, 4, 4, 0, 3, 8, 5, 2, 5, 6, 2, 8, 6, 4, 9, 2, 7, 7
OFFSET
1,1
COMMENTS
1 + csc(Pi/8) is the radius of the smallest circle into which 9 unit circles can be packed ("r=3.613+ Proved by Pirl in 1969", according to the Friedman link, which has a diagram).
csc(Pi/8) is the distance between the center of the larger circle and the center of each unit circle that touches the larger circle.
A rectangle of length L and width W is a called a silver rectangle if L=rW, where r is the silver ratio; i.e., r = 1+sqrt(2). The diagonal has length D = sqrt(W^2+L^2), so that D/W = sqrt(4+2*sqrt(2)) = csc(Pi/8). - Clark Kimberling, Apr 04 2011
This algebraic integer of degree 4 also gives the length ratio diagonal/side of the longest diagonal in the regular octagon. The minimal polynomial is x^4 - 8*x + 8. In the power basis of Gal(Q(rho(8))/Q), with rho(8) = sqrt(2 + sqrt(2)) = A179260 it is -2*rho(8) + 1*rho(8)^3 which equals sqrt(2)*rho(8). - Wolfdieter Lang, Oct 28 2020
REFERENCES
D. Mumford et al., Indra's Pearls, Cambridge 2002; see p. 362. - N. J. A. Sloane, Nov 22 2009
FORMULA
Equals 2*sqrt(2)*cos(Pi/8).
Equals Product_{k >= 0} (8*k + 4)^2/((8*k + 1)*(8*k + 7)). - Antonio Graciá Llorente, Mar 11 2024
EXAMPLE
2.6131259297527530557132863468543743071675223766985390550977...
MAPLE
evalf(1/sin(Pi/8), 120); # Muniru A Asiru, Nov 02 2018
MATHEMATICA
RealDigits[Csc[Pi/8], 10, 130][[1]] (* corrected by Harvey P. Dale, Jul 28 2012 *)
PROG
(PARI) 1/sin(Pi/8)
(Magma) SetDefaultRealField(RealField(100)); R:=RealField(); 1/Sin(Pi(R)/8); // G. C. Greubel, Nov 02 2018
CROSSREFS
Sequence in context: A021892 A269224 A257240 * A369346 A355929 A122761
KEYWORD
cons,nonn
AUTHOR
Rick L. Shepherd, Aug 09 2006
STATUS
approved