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

A111763
Decimal expansion of (tan 1 degree)^(1/5).
1
4, 4, 5, 0, 2, 4, 8, 8, 2, 0, 1, 5, 8, 8, 4, 5, 2, 9, 5, 9, 2, 8, 8, 5, 0, 1, 8, 7, 2, 8, 4, 1, 2, 5, 5, 6, 3, 3, 1, 4, 6, 4, 2, 4, 5, 6, 7, 4, 2, 9, 1, 4, 0, 9, 4, 1, 1, 9, 4, 2, 0, 0, 7, 0, 7, 2, 9, 1, 2, 5, 6, 0, 3, 6, 8, 8, 3, 3, 9, 9, 1, 3, 5, 5, 8, 1, 3, 1, 0, 7, 2, 0, 9, 8, 2, 1, 5, 2, 3, 9, 8, 1, 8, 4, 2
OFFSET
0,1
COMMENTS
Algebraic integer of degree 120. - Charles R Greathouse IV, May 13 2019
EXAMPLE
0.4450248820158845295928850187284125563314642456742914094119420070
72912560368833991355813107209821523981842346601224911049
MATHEMATICA
RealDigits[Surd[Tan[1 Degree], 5], 10, 120][[1]] (* Harvey P. Dale, Dec 24 2012 *)
PROG
(PARI) sqrtn(tan(Pi/180), 5) \\ Charles R Greathouse IV, May 13 2019
CROSSREFS
Sequence in context: A325487 A239351 A111481 * A159892 A255241 A200694
KEYWORD
cons,nonn
AUTHOR
Mohammad K. Azarian, Nov 21 2005
EXTENSIONS
Offset corrected by Mohammad K. Azarian, Dec 11 2008
STATUS
approved