Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A100581
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A100581 Male of (1/(n+1), n/(1+n)) pair function used to get a dual population Fibonacci. +0
1
0, 1, 0, 1, 1, 3, 4, 7, 11, 18, 29, 47, 75, 123, 197, 321, 514, 836, 1343, 2181, 3508, 5692, 9167, 14865, 23959, 38838, 62635, 101503, 163773, 265344, 428291, 693791, 1120191, 1814345, 2930173, 4745365, 7665395, 12412755, 20054413, 32471888 (list; graph; listen)
OFFSET

0,6

COMMENT

These are rational functions and to get an integer popoulation a Floor[] function is necessary.(* if the Fibonacci is a rabbit population, thn it has male and femal components*) (* in this case the gfib ( female) population is always larger or the same*) (* natural birth rate has the female popoulation slightly larger than the male in many mammals*) (* ratios of both populations still approach the golden mean*)

FORMULA

f[n_]:=(1/(n+1))^mod[n, 2]*(n/(n+1))^(1-mod[n, 2]) fib[n_Integer?Positive] :=fib[n] =fib[n-1]+fib[n-2] fib[0]=0;fib[1] = 1; ffib[n_Integer?Positive] :=ffib[n] =ffib[n-1]*f[n-1]+ffib[n-2]*f[n-2] ffib[0]=0;ffib[1] = 1; a(n) = Floor[ffib[n]*fib[n]]

CROSSREFS

Sequence in context: A060962 A069950 A147869 this_sequence A093090 A000204 A075193

Adjacent sequences: A100578 A100579 A100580 this_sequence A100582 A100583 A100584

KEYWORD

nonn,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Nov 29 2004

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 30 13:13 EST 2009. Contains 167758 sequences.


AT&T Labs Research