The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A219160 Recurrence equation a(n+1) = a(n)^3 - 3*a(n) with a(0) = 4. 7
4, 52, 140452, 2770663499604052, 21269209556953516583554114034636483645584976452 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
For some general remarks on this recurrence see A001999.
LINKS
E. B. Escott, Rapid method for extracting a square root, Amer. Math. Monthly, 44 (1937), 644-646.
N. J. Fine, Infinite products for k-th roots, Amer. Math. Monthly Vol. 84, No. 8, Oct. 1977.
FORMULA
a(n) = (2 + sqrt(3))^(3^n) + (2 - sqrt(3))^(3^n).
Product {n = 0..inf} (1 + 2/(a(n) - 1)) = sqrt(3). The rate of convergence is cubic. Fine remarks that taking the first twelve factors of the product would give well over 300,000 correct decimals for sqrt(3).
MATHEMATICA
RecurrenceTable[{a[n] == a[n - 1]^3 - 3*a[n - 1], a[0] == 4}, a, {n,
0, 5}] (* G. C. Greubel, Dec 30 2016 *)
CROSSREFS
Sequence in context: A327373 A193914 A288490 * A111034 A214367 A241872
KEYWORD
nonn,easy
AUTHOR
Peter Bala, Nov 13 2012
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 May 15 05:03 EDT 2024. Contains 372536 sequences. (Running on oeis4.)