Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A114849
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A114849 Difference between two Fibonacci cycles A000045 (three's cycle minus two's cycle). +0
1
0, 3, 31, 257, 1950, 14164, 100464, 702919, 4878575, 33695365, 232040622, 1595043816, 10952137040, 75149854091, 515435467055, 3534332855753, 24230970910510, 166108203507452, 1138635489987488, 7804802111777935 (list; graph; listen)
OFFSET

0,2

COMMENT

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: A114654 A111400 A057972 this_sequence A112425 A069589 A037778

Adjacent sequences: A114846 A114847 A114848 this_sequence A114850 A114851 A114852

KEYWORD

nonn,uned

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 18 20:14 EST 2008. Contains 147244 sequences.


AT&T Labs Research