Cite This Page
Bibliographic details for Least m such that n! + m is prime
- Page name: Least m such that n! + m is prime
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 26 September 2024 06:19 UTC
- Date retrieved: 16 January 2025 12:46 UTC
- Permanent URL: https://rosettacode.org/wiki/Least_m_such_that_n!_%2B_m_is_prime?oldid=370613
- Page Version ID: 370613
Citation styles for Least m such that n! + m is prime
APA style
Least m such that n! + m is prime. (2024, September 26). Rosetta Code. Retrieved 12:46, January 16, 2025 from https://rosettacode.org/wiki/Least_m_such_that_n!_%2B_m_is_prime?oldid=370613.
MLA style
"Least m such that n! + m is prime." Rosetta Code. 26 Sep 2024, 06:19 UTC. 16 Jan 2025, 12:46 <https://rosettacode.org/wiki/Least_m_such_that_n!_%2B_m_is_prime?oldid=370613>.
MHRA style
Rosetta Code contributors, 'Least m such that n! + m is prime', Rosetta Code, 26 September 2024, 06:19 UTC, <https://rosettacode.org/wiki/Least_m_such_that_n!_%2B_m_is_prime?oldid=370613> [accessed 16 January 2025]
Chicago style
Rosetta Code contributors, "Least m such that n! + m is prime," Rosetta Code, https://rosettacode.org/wiki/Least_m_such_that_n!_%2B_m_is_prime?oldid=370613 (accessed January 16, 2025).
CBE/CSE style
Rosetta Code contributors. Least m such that n! + m is prime [Internet]. Rosetta Code; 2024 Sep 26, 06:19 UTC [cited 2025 Jan 16]. Available from: https://rosettacode.org/wiki/Least_m_such_that_n!_%2B_m_is_prime?oldid=370613.
Bluebook style
Least m such that n! + m is prime, https://rosettacode.org/wiki/Least_m_such_that_n!_%2B_m_is_prime?oldid=370613 (last visited January 16, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Least m such that n! + m is prime --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Least_m_such_that_n!_%2B_m_is_prime?oldid=370613", note = "[Online; accessed 16-January-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 = "Least m such that n! + m is prime --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Least_m_such_that_n!_%2B_m_is_prime?oldid=370613}", note = "[Online; accessed 16-January-2025]" }