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.

A335996 Decimal expansion of the number u such that the arclength on y = x^2 from (0,0) to (u, u^2) is 1.

This page as a plain text file.
%I A335996 #6 Jul 08 2020 14:13:47
%S A335996 7,6,3,9,2,6,6,6,3,3,1,7,0,9,1,0,4,1,1,6,1,9,6,0,9,1,8,8,8,4,0,9,2,4,
%T A335996 3,5,0,7,4,9,5,6,6,3,5,8,1,8,4,2,8,7,9,1,8,4,8,5,9,8,9,1,4,3,0,4,3,6,
%U A335996 3,7,6,2,9,0,1,3,4,6,2,5,4,6,2,2,3,1
%N A335996 Decimal expansion of the number u such that the arclength on y = x^2 from (0,0) to (u, u^2) is 1.
%e A335996 u = 0.763926663317091041161960918884092435074956...
%t A335996 x = x /.FindRoot[1/2 x Sqrt[1 + 4 x^2] + 1/4 ArcSinh[2 x] == 1, {x, 0},    WorkingPrecision -> 200]
%t A335996 RealDigits[x][[1]]
%Y A335996 Cf. A333202.
%K A335996 nonn,cons
%O A335996 0,1
%A A335996 _Clark Kimberling_, Jul 04 2020