login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A045529 a(n+1)=5*a(n)^3 - 3*a(n). 7
1, 2, 34, 196418, 37889062373143906, 271964099255182923543922814194423915162591622175362 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

The next term (a(6)) has 153 digits. [From Harvey P. Dale, Oct 24 2011]

FORMULA

a(n) = Fibonacci(3^n). - Leroy Quet, March 17, 2002

The first example I know in which a(n) can be expressed as (4/5)^(1/2)*cosh(3^n*argch((5/4)^(1/2)).

a(n+1) = a(n)*A002814(n+1). - Lekraj Beedassy (blekraj(AT)yahoo.com), Jun 16 2003

a(n) = (G^(3^n) - (1 - G)^(3^n))/Sqrt[5] where G = GoldenRatio = (1 + Sqrt[5])/2 [From Artur Jasinski (grafix(AT)csl.pl), Oct 05 2008]

a(n)=(4/5)^(1/2)*cosh((3^n)*arccosh((5/4)^(1/2)). [From Artur Jasinski (grafix(AT)csl.pl), Oct 05 2008]

MATHEMATICA

G = (1 + Sqrt[5])/2; Table[Expand[(G^(3^n) - (1 - G)^(3^n))/Sqrt[5]], {n, 1, 7}] [From Artur Jasinski (grafix(AT)csl.pl), Oct 05 2008]

Table[Round[(4/5)^(1/2)*Cosh[3^n*ArcCosh[((5/4)^(1/2))]]], {n, 1, 4}] [From Artur Jasinski (grafix(AT)csl.pl), Oct 05 2008]

RecurrenceTable[{a[0]==1, a[n]==5a[n-1]^3-3a[n-1]}, a[n], {n, 6}] (* From Harvey P. Dale, Oct 24 2011 *)

CROSSREFS

Sequence in context: A183414 A002782 A155205 * A041012 A077747 A042459

Adjacent sequences:  A045526 A045527 A045528 * A045530 A045531 A045532

KEYWORD

nonn

AUTHOR

Jose E. Blazek (jeblazek(AT)mate.dm.uba.ar)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 14:07 EST 2012. Contains 205623 sequences.