Cite This Page
Bibliographic details for Zeckendorf number representation
- Page name: Zeckendorf number representation
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 23 July 2024 08:49 UTC
- Date retrieved: 18 May 2025 20:07 UTC
- Permanent URL: https://rosettacode.org/wiki/Zeckendorf_number_representation?oldid=367539
- Page Version ID: 367539
Citation styles for Zeckendorf number representation
APA style
Zeckendorf number representation. (2024, July 23). Rosetta Code. Retrieved 20:07, May 18, 2025 from https://rosettacode.org/wiki/Zeckendorf_number_representation?oldid=367539.
MLA style
"Zeckendorf number representation." Rosetta Code. 23 Jul 2024, 08:49 UTC. 18 May 2025, 20:07 <https://rosettacode.org/wiki/Zeckendorf_number_representation?oldid=367539>.
MHRA style
Rosetta Code contributors, 'Zeckendorf number representation', Rosetta Code, 23 July 2024, 08:49 UTC, <https://rosettacode.org/wiki/Zeckendorf_number_representation?oldid=367539> [accessed 18 May 2025]
Chicago style
Rosetta Code contributors, "Zeckendorf number representation," Rosetta Code, https://rosettacode.org/wiki/Zeckendorf_number_representation?oldid=367539 (accessed May 18, 2025).
CBE/CSE style
Rosetta Code contributors. Zeckendorf number representation [Internet]. Rosetta Code; 2024 Jul 23, 08:49 UTC [cited 2025 May 18]. Available from: https://rosettacode.org/wiki/Zeckendorf_number_representation?oldid=367539.
Bluebook style
Zeckendorf number representation, https://rosettacode.org/wiki/Zeckendorf_number_representation?oldid=367539 (last visited May 18, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Zeckendorf number representation --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Zeckendorf_number_representation?oldid=367539", note = "[Online; accessed 18-May-2025]" }
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 = "Rosetta Code", title = "Zeckendorf number representation --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Zeckendorf_number_representation?oldid=367539}", note = "[Online; accessed 18-May-2025]" }