Difference between revisions of "Manuals/calci/NSTEPFIBONACCI"
Jump to navigation
Jump to search
| Line 3: | Line 3: | ||
where, | where, | ||
*<math>NStep</math> number of elements prior to this index to be considered for the summation. | *<math>NStep</math> number of elements prior to this index to be considered for the summation. | ||
| − | *<math>NumberUpto</math> is any | + | *<math>NumberUpto</math> is any integer. |
| + | *<math>NumberFrom</math> is any integer to start from, with default 0. | ||
**FIBONNACI(), returns the fibonnaci sequence. | **FIBONNACI(), returns the fibonnaci sequence. | ||
**Also | **Also | ||
Revision as of 16:01, 16 February 2020
NSTEPFIBONACCI(NStep,NumberUpto, NumberFrom)
where,
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle NStep} number of elements prior to this index to be considered for the summation.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle NumberUpto} is any integer.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle NumberFrom}
is any integer to start from, with default 0.
- 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