Cite This Page
Bibliographic details for Smallest square that begins with n
- Page name: Smallest square that begins with n
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 22 July 2024 21:13 UTC
- Date retrieved: 16 February 2025 08:06 UTC
- Permanent URL: https://rosettacode.org/wiki/Smallest_square_that_begins_with_n?oldid=367161
- Page Version ID: 367161
Citation styles for Smallest square that begins with n
APA style
Smallest square that begins with n. (2024, July 22). Rosetta Code. Retrieved 08:06, February 16, 2025 from https://rosettacode.org/wiki/Smallest_square_that_begins_with_n?oldid=367161.
MLA style
"Smallest square that begins with n." Rosetta Code. 22 Jul 2024, 21:13 UTC. 16 Feb 2025, 08:06 <https://rosettacode.org/wiki/Smallest_square_that_begins_with_n?oldid=367161>.
MHRA style
Rosetta Code contributors, 'Smallest square that begins with n', Rosetta Code, 22 July 2024, 21:13 UTC, <https://rosettacode.org/wiki/Smallest_square_that_begins_with_n?oldid=367161> [accessed 16 February 2025]
Chicago style
Rosetta Code contributors, "Smallest square that begins with n," Rosetta Code, https://rosettacode.org/wiki/Smallest_square_that_begins_with_n?oldid=367161 (accessed February 16, 2025).
CBE/CSE style
Rosetta Code contributors. Smallest square that begins with n [Internet]. Rosetta Code; 2024 Jul 22, 21:13 UTC [cited 2025 Feb 16]. Available from: https://rosettacode.org/wiki/Smallest_square_that_begins_with_n?oldid=367161.
Bluebook style
Smallest square that begins with n, https://rosettacode.org/wiki/Smallest_square_that_begins_with_n?oldid=367161 (last visited February 16, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Smallest square that begins with n --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Smallest_square_that_begins_with_n?oldid=367161", note = "[Online; accessed 16-February-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 = "Smallest square that begins with n --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Smallest_square_that_begins_with_n?oldid=367161}", note = "[Online; accessed 16-February-2025]" }