A111722 Decimal expansion of (tan 1 degree)^4.
0, 0, 0, 0, 0, 0, 0, 9, 2, 8, 2, 9, 4, 7, 0, 7, 5, 9, 3, 0, 4, 7, 2, 6, 9, 4, 8, 3, 0, 7, 7, 9, 2, 7, 9, 2, 2, 4, 1, 4, 2, 9, 6, 1, 9, 8, 7, 2, 4, 7, 3, 2, 4, 2, 6, 5, 2, 2, 5, 9, 6, 8, 2, 1, 3, 4, 1, 0, 1, 2, 1, 2, 1, 6, 6, 0, 9, 8, 2, 5, 1, 4, 5, 1, 2, 6, 0, 5, 8, 0, 8, 2, 4, 9, 7, 9, 7, 4, 4, 8, 3, 2, 9, 1, 3
Offset: 0
Examples
9.28294707593047269483077927922414296198724732426522596821341012121660\ 982514512605808249797448329135150351931414911558990*10^(-8)
Programs
-
Mathematica
Join[{0,0,0,0,0,0,0},RealDigits[Tan[1 Degree]^4,10,120][[1]]] (* Harvey P. Dale, Nov 20 2023 *)
-
PARI
tan(Pi/180)^4 \\ Charles R Greathouse IV, May 13 2019
Comments