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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A145233 Fibonacci(6^n). 5
8, 14930352, 619220451666590135228675387863297874269396512 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Family of sequences (G^(k^n) - (1 - G)^(k^n))/Sqrt[5]

k=2 see A058635

k=3 see A045529

k=4 see A145231

k=5 see A145232

k=6 see A145233

k=7 see A145234

The next term, a(4), has 271 digits. [From Harvey P. Dale, Jul 18 2011]

FORMULA

a(n)= (G^(6^n) - (1 - G)^(6^n))/Sqrt[5] where G = (1 + Sqrt[5])/2

MAPLE

A145233 := proc(n) combinat[fibonacci](6^n) ; end proc: # R. J. Mathar, Apr 01 2011

MATHEMATICA

G = (1 + Sqrt[5])/2; Table[Expand[(G^(6^n) - (1 - G)^(6^n))/Sqrt[5]], {n, 1, 6}] (*Artur Jasinski*)

Fibonacci[6^Range[4]] (* From Harvey P. Dale, Jul 18 2011 *)

PROG

(MAGMA) [Fibonacci(6^n): n in [0..5]]; // Vincenzo Librandi, Apr 02 2011

CROSSREFS

Cf. A000045, A058635, A045529, A145231 - A145234

Sequence in context: A061212 A003836 A072315 * A076916 A076917 A076923

Adjacent sequences:  A145230 A145231 A145232 * A145234 A145235 A145236

KEYWORD

nonn,bref

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Oct 05 2008

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 08:58 EST 2012. Contains 205614 sequences.