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!)
A248041 Numerators of approximation to 2^(1/3) by Newton's method after n iterations. 3

%I #19 Aug 01 2019 00:16:16

%S 1,4,91,1126819,2146097524939083451

%N Numerators of approximation to 2^(1/3) by Newton's method after n iterations.

%C Denominators are given in A248042.

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/CubeRoot.html">Cube Root</a>

%H Wikipedia, <a href="http://en.wikipedia.org/wiki/Cube_root">Cube Root</a>

%F a(n) = x(n)/gcd(x(n),y(n))

%F where x(n) = 2*(a(n-1)^3*A248042(n-1)^2 + A248042(n-1)^5)

%F and y(n) = 3*a(n-1)^2*A248042(n-1)^3;

%F x(0) = y(0) = 1.

%e Approximations to 2^(1/3):

%e n = 1: 4/3 = 1.33333...; error = 0.07341...

%e n = 2: 91/72 = 1.26388...; error = 0.00396...

%e n = 3: 1126819/894348 = 1.25993...; error = 0.00001...

%e ...

%Y Cf. A002580, A248042.

%K nonn,frac

%O 0,2

%A _Kival Ngaokrajang_, Jan 11 2015

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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)