Difference between revisions of "Manuals/calci/NSTEPFIBONACCI"
Jump to navigation
Jump to search
(Created page with "=NSTEPFIBONACCI(NStep,NumberUpto, NumberFrom)= where, *<math>NStep</math> number of elements prior to this index to be considered for the summation. *<math>NumberUpto</math>...") |
|||
Line 35: | Line 35: | ||
== References == | == References == | ||
− | + | *[http://mathworld.wolfram.com/Fibonaccin-StepNumber.html Fibonacci n-Step Number - Wolfram] | |
*[http://en.wikipedia.org/wiki/Fibonacci_number Fibonacci Numbers] | *[http://en.wikipedia.org/wiki/Fibonacci_number Fibonacci Numbers] | ||
Revision as of 15:00, 16 February 2020
NSTEPFIBONACCI(NStep,NumberUpto, NumberFrom)
where,
- number of elements prior to this index to be considered for the summation.
- is any real number.
- FIBONNACI(), returns the fibonnaci sequence.
- Also
TRIBONACCI Step Size 3
TETRANACCI Step Size 4
PENTANACCI Step Size 5
HEXANACCI Step Size 6
HEPTANACCI Step Size 7
Description
NSTEPFIBONACCI(1..10,50)
Examples
See Also
References