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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A114849 Difference between two Fibonacci cycles A000045 (three's cycle minus two's cycle). 0
0, 3, 31, 257, 1950, 14164, 100464, 702919, 4878575, 33695365, 232040622, 1595043816, 10952137040, 75149854091, 515435467055, 3534332855753, 24230970910510, 166108203507452, 1138635489987488, 7804802111777935 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

c=limit[a[n+1]/a[n],n->Infinity][[100]]-->6.854101966249684544618718 c=(1+Sqrt[5])*(2+Sqrt[5])/2

FORMULA

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

MATHEMATICA

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

CROSSREFS

Cf. A000045.

Sequence in context: A111400 A057972 A198852 * A198964 A112425 A144579

Adjacent sequences:  A114846 A114847 A114848 * A114850 A114851 A114852

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 14 23:53 EST 2012. Contains 205689 sequences.