Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A114878
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A114878 Difference in the Fibonacci 3's cycle and 5's cycle ( A000045). +0
1
0, 4, 74, 1024, 12750, 150952, 1739556, 19740728, 222003850, 2483142420, 27682969578, 307999242192, 3422552275480, 38003214330588, 421781012676970, 4679808933074296, 51914858228808470, 575847287536870136 (list; graph; listen)
OFFSET

0,2

COMMENT

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: A090212 A137046 A104335 this_sequence A131359 A108808 A139112

Adjacent sequences: A114875 A114876 A114877 this_sequence A114879 A114880 A114881

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