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!)
A219161 Recurrence equation a(n+1) = a(n)^3 - 3*a(n) with a(0) = 5. 6
5, 110, 1330670, 2356194280407770990, 13080769480548649962914459850235688797656360638877986030 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
For some general remarks on this recurrence see A001999.
The next term (a(5)) has 166 digits. - Harvey P. Dale, Apr 23 2019
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, 629-630.
FORMULA
a(n) = (1/2*(5 + sqrt(21)))^(3^n) + (1/2*(5 - sqrt(21)))^(3^n).
Product_{n = 0..inf} (1 + 2/(a(n) - 1)) = sqrt(7/3).
a(n) = 2*T(3^n,5/2), where T(n,x) denotes the n-th Chebyshev polynomial of the first kind. Cf. A001999. - Peter Bala, Feb 01 2017
MATHEMATICA
RecurrenceTable[{a[n] == a[n - 1]^3 - 3*a[n - 1], a[0] == 5}, a, {n,
0, 5}] (* G. C. Greubel, Dec 30 2016 *)
NestList[#^3-3#&, 5, 5] (* Harvey P. Dale, Apr 23 2019 *)
CROSSREFS
Sequence in context: A203367 A322631 A294965 * A367248 A284461 A002400
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 September 6 22:26 EDT 2024. Contains 375728 sequences. (Running on oeis4.)