Cite This Page
Bibliographic details for The Fibonacci sequence
- Page name: The Fibonacci sequence
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 5 July 2022 15:41 UTC
- Date retrieved: 4 October 2024 12:20 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=The_Fibonacci_sequence&oldid=65208
- Page Version ID: 65208
Citation styles for The Fibonacci sequence
APA style
The Fibonacci sequence. (2022, July 5). HaskellWiki, . Retrieved 12:20, October 4, 2024 from https://wiki.haskell.org/index.php?title=The_Fibonacci_sequence&oldid=65208.
MLA style
"The Fibonacci sequence." HaskellWiki, . 5 Jul 2022, 15:41 UTC. 4 Oct 2024, 12:20 <https://wiki.haskell.org/index.php?title=The_Fibonacci_sequence&oldid=65208>.
MHRA style
HaskellWiki contributors, 'The Fibonacci sequence', HaskellWiki, , 5 July 2022, 15:41 UTC, <https://wiki.haskell.org/index.php?title=The_Fibonacci_sequence&oldid=65208> [accessed 4 October 2024]
Chicago style
HaskellWiki contributors, "The Fibonacci sequence," HaskellWiki, , https://wiki.haskell.org/index.php?title=The_Fibonacci_sequence&oldid=65208 (accessed October 4, 2024).
CBE/CSE style
HaskellWiki contributors. The Fibonacci sequence [Internet]. HaskellWiki, ; 2022 Jul 5, 15:41 UTC [cited 2024 Oct 4]. Available from: https://wiki.haskell.org/index.php?title=The_Fibonacci_sequence&oldid=65208.
Bluebook style
The Fibonacci sequence, https://wiki.haskell.org/index.php?title=The_Fibonacci_sequence&oldid=65208 (last visited October 4, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "The Fibonacci sequence --- HaskellWiki{,} ", year = "2022", url = "https://wiki.haskell.org/index.php?title=The_Fibonacci_sequence&oldid=65208", note = "[Online; accessed 4-October-2024]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "HaskellWiki", title = "The Fibonacci sequence --- HaskellWiki{,} ", year = "2022", url = "\url{https://wiki.haskell.org/index.php?title=The_Fibonacci_sequence&oldid=65208}", note = "[Online; accessed 4-October-2024]" }