|
Search: id:A117465
|
|
|
| A117465 |
|
Denominators of f(n), n=1...inf(integers) for a function to analyze paths to stable orbits of the logistic equation. |
|
+0 1
|
|
| 9, 0, 15, 0, 105, 24, 945, 120, 3465, 360, 9009, 840, 19305, 1680, 36465, 3024, 62985, 5040, 101745, 7920, 156009, 11880, 229425, 17160, 326025, 24024, 450225, 32760, 606825, 43680, 801009, 57120
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
I came up with the equation to help analyze the path to stable orbits of the logistic function f(n+1) = k*n(1-n) for f(n) with n => 9, then f(n)*A072346(n-5) = A072346(n+3) where A072346 is "Volume of n-dimensional sphere of radius r...;sequence gives denominator of C_n." The even numbers n correspond to A052762 "A simple grammar product of 4 consecutive integers". For f(n) the numerator for even n is -1 and for odd n is -16
|
|
FORMULA
|
f(n) := n -> (1/((n/4)+(n^2/4)-(n^3/16)-1))/n
|
|
EXAMPLE
|
For f(6):
(1/ ((6/4)+(36/4)-(216/16)-1)) /6 = -.041666666... or -1/24
For f(5):
(1/ ((5/4)+(25/4)-(125/16)-1)) / 5 = -0.152380952... or -16/105
|
|
MAPLE
|
f(n) := n -> (1/((n/4)+(n^2/4)-(n^3/16)-1))/n;
|
|
CROSSREFS
|
Cf. A052762 A072346.
Sequence in context: A132696 A056965 A062047 this_sequence A136679 A070929 A007394
Adjacent sequences: A117462 A117463 A117464 this_sequence A117466 A117467 A117468
|
|
KEYWORD
|
frac,nonn,uned
|
|
AUTHOR
|
steven j. forsberg (steven.forsberg(AT)ttu.edu), Apr 25 2006
|
|
|
Search completed in 0.002 seconds
|