Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A117649
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A117649 A Verhulst/ Pearl's equation type simulation of a sigmoid population sequence using a base A000045 model ( the populations are not smooth curves but integers). +0
1
0, 1, 1, 1, 2, 4, 7, 11, 17, 25, 35, 47, 58, 69, 78, 85, 90, 93, 96, 97, 98, 99, 99, 100, 100, 100 (list; graph; listen)
OFFSET

0,5

COMMENT

Constants L=200 and A=199 adjust how fast and high the plateau is reached. This type of model is more realistic than the Fibonacci rabbits, but basically starts out with the same kind of variance.

FORMULA

f[n]=L/(1+A/(f[n-1]+f[n-2))) a(n) = Floor[f(n))

MATHEMATICA

lear[f, M, v] f[0] = 0; f[1] = 1; f[n_] := f[n] = N[200/(1 + 199/(f[n - 1] + f[n - 2]))] Table[Abs[Floor[f[n]]], {n, 0, 25}] ListPlot[%, PlotJoined -> True, PlotRange -> All]

CROSSREFS

Cf. A000045.

Sequence in context: A078346 A122051 A073471 this_sequence A028291 A067997 A034379

Adjacent sequences: A117646 A117647 A117648 this_sequence A117650 A117651 A117652

KEYWORD

nonn,uned,probation

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Apr 10 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 August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research