Difference between revisions of "Manuals/calci/NSTEPFIBONACCI"
Jump to navigation
Jump to search
Line 24: | Line 24: | ||
== Examples == | == Examples == | ||
+ | |||
+ | TETRANACCI(1..50) | ||
== See Also == | == See Also == |
Revision as of 15:01, 16 February 2020
NSTEPFIBONACCI(NStep,NumberUpto, NumberFrom)
where,
- number of elements prior to this index to be considered for the summation.
- is any integer.
- 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
TETRANACCI(1..50)
See Also
References