Talk:Fibonacci sequence: Difference between revisions

m
fixed HTML header tags for the second half of the entries.
m (→‎Alternative: as long as this is a discussion page, make the formula even easier to read (for the italics, radix symbols, and superscripts).)
m (fixed HTML header tags for the second half of the entries.)
Line 118:
:It would also be good to maybe confirm some of the Lucas/Fibonacci identities mentioned in the Lucas wp article. --[[User:Paddy3118|Paddy3118]] 20:33, 24 May 2012 (UTC)
 
===[http://mathworld.wolfram.com/Fibonaccin-StepNumber.html Fibonacci n-Step Numbers]===
The name is from MathWorld. I doodled the following:
<lang python>>>> def fiblike(start):
Line 163:
::: As an aside, to quote someone long ago: &nbsp; the one language all programmers know is profanity. &nbsp; -- [[User:Gerard Schildberger|Gerard Schildberger]] 22:11, 24 May 2012 (UTC)
 
===trade mark===
 
Slightly off-topic, by what the hey!!
Line 179:
:: No, nobody asked. I understand domain names would be hard to add a trade-mark symbol, but RC uses/references/quotes that trademarked site a lot, and I thought it would be a show of "good faith" on RC's part to honor that site with at least a TM symbol. -- [[User:Gerard Schildberger|Gerard Schildberger]] 20:42, 25 May 2012 (UTC)
 
===ECMAScript 2015 (ES6) recursive implementations exploration===
I wrote this little exploration of various recursive takes on Fib generation a while ago: http://pastebin.com/ExTuYkAE Among other things it takes time consumption and multiple uses into account. Might look a bit foreign to many as it uses the new ES6 fat arrow syntax for pretty much everything.
If someone wants to incorporate it into the JavaScript section, be my guest!
 
=== Ocaml matrix example remark ===
I notice someone edited the Ocaml matrix example to say 'actually O(n*n)'. I can't identify who that was now, but unless someone can explain/justify it I will remove it, as it seems to be incorrect. [[User:TobyK|TobyK]] ([[User talk:TobyK|talk]])