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!)
A333203 Decimal expansion of arclength from (0,0) to (1,1) on y = x^3. 3

%I #6 Jun 14 2020 22:50:07

%S 1,5,4,7,8,6,5,6,5,4,6,8,3,6,1,0,1,4,4,7,7,5,3,3,1,6,4,6,0,6,4,2,6,0,

%T 6,1,8,0,0,6,6,3,3,3,1,7,9,4,7,0,7,2,2,5,1,3,6,8,5,9,3,9,1,6,5,5,0,2,

%U 1,1,1,4,1,2,3,2,6,0,0,7,2,6,6,9,3,1

%N Decimal expansion of arclength from (0,0) to (1,1) on y = x^3.

%F arclength = 2F1(-1/2;1/4;5/4;-9), where 2F1 is the hypergeometric function.

%e arclength = 1.54786565468361014477533164606426061800663...

%t s = Integrate[Sqrt[1 + 9 x^4], {x, 0, 1}]

%t r = N[s, 200]

%t RealDigits[r][[1]]

%o (PARI) intnum(x=0, 1, sqrt(1+9*x^4)) \\ _Michel Marcus_, Jun 12 2020

%Y Cf. A333202, A333204.

%K nonn,cons,easy

%O 1,2

%A _Clark Kimberling_, Jun 12 2020

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 5 17:12 EDT 2024. Contains 374951 sequences. (Running on oeis4.)