Cite This Page
Bibliographic details for Pell numbers
- Page name: Pell numbers
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 8 November 2022 23:02 UTC
- Date retrieved: 6 February 2023 02:49 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Pell_numbers&oldid=333333
- Page Version ID: 333333
Citation styles for Pell numbers
APA style
Pell numbers. (2022, November 8). Rosetta Code, . Retrieved 02:49, February 6, 2023 from https://rosettacode.org/w/index.php?title=Pell_numbers&oldid=333333.
MLA style
"Pell numbers." Rosetta Code, . 8 Nov 2022, 23:02 UTC. 6 Feb 2023, 02:49 <https://rosettacode.org/w/index.php?title=Pell_numbers&oldid=333333>.
MHRA style
Rosetta Code contributors, 'Pell numbers', Rosetta Code, , 8 November 2022, 23:02 UTC, <https://rosettacode.org/w/index.php?title=Pell_numbers&oldid=333333> [accessed 6 February 2023]
Chicago style
Rosetta Code contributors, "Pell numbers," Rosetta Code, , https://rosettacode.org/w/index.php?title=Pell_numbers&oldid=333333 (accessed February 6, 2023).
CBE/CSE style
Rosetta Code contributors. Pell numbers [Internet]. Rosetta Code, ; 2022 Nov 8, 23:02 UTC [cited 2023 Feb 6]. Available from: https://rosettacode.org/w/index.php?title=Pell_numbers&oldid=333333.
Bluebook style
Pell numbers, https://rosettacode.org/w/index.php?title=Pell_numbers&oldid=333333 (last visited February 6, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Pell numbers --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Pell_numbers&oldid=333333", note = "[Online; accessed 6-February-2023]" }
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 = "Pell numbers --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Pell_numbers&oldid=333333}", note = "[Online; accessed 6-February-2023]" }