Cite This Page
Bibliographic details for Find prime numbers of the form n*n*n+2
- Page name: Find prime numbers of the form n*n*n+2
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 13 January 2025 16:20 UTC
- Date retrieved: 22 March 2025 13:00 UTC
- Permanent URL: https://rosettacode.org/wiki/Find_prime_numbers_of_the_form_n*n*n%2B2?oldid=375618
- Page Version ID: 375618
Citation styles for Find prime numbers of the form n*n*n+2
APA style
Find prime numbers of the form n*n*n+2. (2025, January 13). Rosetta Code. Retrieved 13:00, March 22, 2025 from https://rosettacode.org/wiki/Find_prime_numbers_of_the_form_n*n*n%2B2?oldid=375618.
MLA style
"Find prime numbers of the form n*n*n+2." Rosetta Code. 13 Jan 2025, 16:20 UTC. 22 Mar 2025, 13:00 <https://rosettacode.org/wiki/Find_prime_numbers_of_the_form_n*n*n%2B2?oldid=375618>.
MHRA style
Rosetta Code contributors, 'Find prime numbers of the form n*n*n+2', Rosetta Code, 13 January 2025, 16:20 UTC, <https://rosettacode.org/wiki/Find_prime_numbers_of_the_form_n*n*n%2B2?oldid=375618> [accessed 22 March 2025]
Chicago style
Rosetta Code contributors, "Find prime numbers of the form n*n*n+2," Rosetta Code, https://rosettacode.org/wiki/Find_prime_numbers_of_the_form_n*n*n%2B2?oldid=375618 (accessed March 22, 2025).
CBE/CSE style
Rosetta Code contributors. Find prime numbers of the form n*n*n+2 [Internet]. Rosetta Code; 2025 Jan 13, 16:20 UTC [cited 2025 Mar 22]. Available from: https://rosettacode.org/wiki/Find_prime_numbers_of_the_form_n*n*n%2B2?oldid=375618.
Bluebook style
Find prime numbers of the form n*n*n+2, https://rosettacode.org/wiki/Find_prime_numbers_of_the_form_n*n*n%2B2?oldid=375618 (last visited March 22, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Find prime numbers of the form n*n*n+2 --- Rosetta Code{,} ", year = "2025", url = "https://rosettacode.org/wiki/Find_prime_numbers_of_the_form_n*n*n%2B2?oldid=375618", note = "[Online; accessed 22-March-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 = "Find prime numbers of the form n*n*n+2 --- Rosetta Code{,} ", year = "2025", url = "\url{https://rosettacode.org/wiki/Find_prime_numbers_of_the_form_n*n*n%2B2?oldid=375618}", note = "[Online; accessed 22-March-2025]" }