cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A332633 Decimal expansion of arclength between (0,0) and (Pi/4,1) on y = tan x.

This page as a plain text file.
%I A332633 #7 Jun 01 2022 18:11:39
%S A332633 1,2,7,7,9,7,8,0,5,9,2,7,7,9,3,4,4,1,8,5,6,7,0,5,6,6,2,3,0,2,9,8,3,3,
%T A332633 4,4,9,7,2,1,7,7,0,7,8,6,6,9,4,2,2,5,5,0,2,0,8,2,9,3,3,7,0,0,9,6,4,5,
%U A332633 1,6,9,1,2,0,1,2,4,8,9,1,7,9,3,9,7,6
%N A332633 Decimal expansion of arclength between (0,0) and (Pi/4,1) on y = tan x.
%e A332633 arclength = 1.277978059277934418567056623029833449721770...
%t A332633 s = Integrate[Sqrt[1 + D[Tan[x], x]^2], {x, 0, Pi/4}]
%t A332633 r = N[s, 200]
%t A332633 RealDigits[r][[1]]
%Y A332633 Cf. A333202, A332634, A332635.
%K A332633 nonn,cons,easy
%O A332633 1,2
%A A332633 _Clark Kimberling_, Jun 12 2020