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!)
A282181 a(n+1) = a(n)*(a(n)^2 - 3) with a(0) = 9. 1
9, 702, 345946302, 41402453463588423862656702, 70970560162990674076135964501350282214065161983319841388247466125133356250302 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
E. B. Escott, Rapid method for extracting a square root, Amer. Math. Monthly, 44 (1937), 644-646.
FORMULA
a(n) = ((9 + sqrt(77))/2)^(3^n) + ((9 - sqrt(77))/2)^(3^n). - Bruno Berselli, Feb 10 2017
MATHEMATICA
RecurrenceTable[{a[0] == 9, a[n] == a[n-1]^3 - 3 a[n-1]}, a, {n, 8}]
PROG
(Magma) [n eq 1 select 9 else Self(n-1)^3-3*Self(n-1): n in [1..6]];
CROSSREFS
Cf. similar sequences listed in A282180.
Sequence in context: A322488 A109061 A332169 * A053515 A120816 A161585
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Feb 10 2017
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 April 23 10:29 EDT 2024. Contains 371905 sequences. (Running on oeis4.)