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
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, 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, 1, 1, 1, 4, 1, 2, 3, 2, 6, 0, 0, 7, 2, 6, 6, 9, 3, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
arclength = 2F1(-1/2;1/4;5/4;-9), where 2F1 is the hypergeometric function.
EXAMPLE
arclength = 1.54786565468361014477533164606426061800663...
MATHEMATICA
s = Integrate[Sqrt[1 + 9 x^4], {x, 0, 1}]
r = N[s, 200]
RealDigits[r][[1]]
PROG
(PARI) intnum(x=0, 1, sqrt(1+9*x^4)) \\ Michel Marcus, Jun 12 2020
CROSSREFS
Sequence in context: A111421 A324021 A323983 * A340705 A252666 A245073
KEYWORD
nonn,cons,easy
AUTHOR
Clark Kimberling, Jun 12 2020
STATUS
approved

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 15:04 EDT 2024. Contains 374950 sequences. (Running on oeis4.)