Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A116557
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A116557 Backward iterated ( limited ) Fibonacci approximation: A000045. +0
1
1, 3, 6, 11, 19, 32, 52, 85, 139, 225, 365, 592, 958, 1551, 2511, 4064, 6577, 10642, 17220, 27863, 45084, 72948, 118033, 190982, 309016 (list; graph; listen)
OFFSET

0,2

COMMENT

This approximation is used to find how many generations of Fibonacci rabbits it takes to get back to the start: this is set for 25 generations at a start of populaton of an half million rabbits.

FORMULA

a(n) = Floor[a(n-1)*(-1/2+Sqrt[5])/2]

MATHEMATICA

f[0] = 500000; f[n_] := f[n] = Floor[f[n - 1]*(-1/2 + Sqrt[5]/2)] a = Table[f[n], {n, 25, 1, -1}]

CROSSREFS

Cf. A000045.

Sequence in context: A114089 A001976 A144115 this_sequence A001911 A020957 A116365

Adjacent sequences: A116554 A116555 A116556 this_sequence A116558 A116559 A116560

KEYWORD

nonn,uned,probation,obsc

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Mar 16 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