Talk:Fibonacci sequence: Difference between revisions

→‎Fibonacci n-Step Numbers: added question about trade-mark usage. -- ~~~~
(→‎Optional credits: added OEIS sequences to the names Fibonacci series. -- ~~~~)
(→‎Fibonacci n-Step Numbers: added question about trade-mark usage. -- ~~~~)
Line 117:
 
===[http://mathworld.wolfram.com/Fibonaccin-StepNumber.html Fibonacci n-Step Numbers]===
The name is from MathworldMathWorld. I doodled the following:
<lang python>>>> def fiblike(start):
addnum = len(start)
Line 160:
 
::: As an aside, to quote someone long ago: the one language all programmers know is profanity. -- [[User:Gerard Schildberger|Gerard Schildberger]] 22:11, 24 May 2012 (UTC)
 
 
===trade mark===
 
Slightly off-topic, by what the hey!!
What is the proper syntax for adding a trade-mark symbol after (say) ''Wolfram MathWorld''?
Is it:
 
* MathWorld &#8482;
--or--
* MathWorld&#8482;
 
Does anyone think it would be a good idea to do a global change for the spelling of Mathworld --> MathWorld, and another change to add the trademark symbol (presumably by a superuser) ? -- [[User:Gerard Schildberger|Gerard Schildberger]] 20:32, 25 May 2012 (UTC)