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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A114878 Difference in the Fibonacci 3's cycle and 5's cycle ( A000045). 0
0, 4, 74, 1024, 12750, 150952, 1739556, 19740728, 222003850, 2483142420, 27682969578, 307999242192, 3422552275480, 38003214330588, 421781012676970, 4679808933074296, 51914858228808470, 575847287536870136 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

aout[n+1]/aout[n]-->11.090169943749474241=(1+Sqrt[5])^2*(2+Sqrt[5])/2

FORMULA

a(n) = F[5*(n+1)]/F[5]-F[4*(n+1)]/F[4]

MATHEMATICA

a[0] = 0; a[1] = 1; a[n_] := a[n] = a[n - 1] + a[n - 2] b5 = Table[a[5*(n + 1)]/a[5], {n, 0, 25}]; b = Table[a[4*(n + 1)]/a[4], {n, 0, 25}]; aout = b5 - b

CROSSREFS

Cf. A000045.

Sequence in context: A137046 A104335 A156494 * A131359 A108808 A139112

Adjacent sequences:  A114875 A114876 A114877 * A114879 A114880 A114881

KEYWORD

nonn,uned

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Feb 20 2006

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 16 16:00 EST 2012. Contains 205938 sequences.