Talk:Fibonacci sequence: Difference between revisions

→‎Optional credits: added OEIS sequences to the names Fibonacci series. -- ~~~~
(→‎Optional credits: corrected the 10th order Fiboancci numbers, added 11th & 12th order. -- ~~~~)
(→‎Optional credits: added OEIS sequences to the names Fibonacci series. -- ~~~~)
Line 75:
<br> Another possibility would allow the specifiction of how many (previous) values to be summed.
 
{| style="text-align: left; width: 2025%;" border="4" cellpadding="2" cellspacing="2"
|+ Fibonacci sequences [sum of N numbers]
|- style="background-color: rgb(255, 204, 255);"
! series name !! number of values to add !! OEIS entries
|-
| FibonacciLucas || 2 || A000032, A000204
|-
| Fibonacci || 2 || A000045
|-
| tribonacci || 3 || A000073, A000213
|-
| tetranacci || 4 || A000078, A000288
|-
| pentanacci || 5 || A001591, A000322
|-
| hexanacci || 6 || A001592, A000383
|-
| heptanacci || 7 || A122189, A060455
|-
| octanacci || 8 || A079262, A123536
|-
| nonanacci || 9 || A127193
|-
| decanacci || 10 || A127194
|-
| undecanacci || 11 || A127624
|-
| dodecanacci || 12 || A207539
|-
| 13th-order || 13 || A163551
|}
 
Line 106 ⟶ 110:
There may be more named Fibonacci numbers in this series of series. -- [[User:Gerard Schildberger|Gerard Schildberger]] 20:15, 24 May 2012 (UTC)
 
 
Note that there seems to be two definitions of the above series, the main difference is in how the initial numbers are specified. -- [[User:Gerard Schildberger|Gerard Schildberger]] 18:15, 25 May 2012 (UTC)
:There seems to be enough in your proposal for a new task maybe called "Fibonacci-like sequences generator" in which the starting numbers/numbers of past numbers to sum to form the next, could be set.