Cite This Page
Bibliographic details for Primes whose first and last number is 3
- Page name: Primes whose first and last number is 3
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 11 August 2024 21:34 UTC
- Date retrieved: 7 November 2024 10:18 UTC
- Permanent URL: https://rosettacode.org/wiki/Primes_whose_first_and_last_number_is_3?oldid=368365
- Page Version ID: 368365
Citation styles for Primes whose first and last number is 3
APA style
Primes whose first and last number is 3. (2024, August 11). Rosetta Code. Retrieved 10:18, November 7, 2024 from https://rosettacode.org/wiki/Primes_whose_first_and_last_number_is_3?oldid=368365.
MLA style
"Primes whose first and last number is 3." Rosetta Code. 11 Aug 2024, 21:34 UTC. 7 Nov 2024, 10:18 <https://rosettacode.org/wiki/Primes_whose_first_and_last_number_is_3?oldid=368365>.
MHRA style
Rosetta Code contributors, 'Primes whose first and last number is 3', Rosetta Code, 11 August 2024, 21:34 UTC, <https://rosettacode.org/wiki/Primes_whose_first_and_last_number_is_3?oldid=368365> [accessed 7 November 2024]
Chicago style
Rosetta Code contributors, "Primes whose first and last number is 3," Rosetta Code, https://rosettacode.org/wiki/Primes_whose_first_and_last_number_is_3?oldid=368365 (accessed November 7, 2024).
CBE/CSE style
Rosetta Code contributors. Primes whose first and last number is 3 [Internet]. Rosetta Code; 2024 Aug 11, 21:34 UTC [cited 2024 Nov 7]. Available from: https://rosettacode.org/wiki/Primes_whose_first_and_last_number_is_3?oldid=368365.
Bluebook style
Primes whose first and last number is 3, https://rosettacode.org/wiki/Primes_whose_first_and_last_number_is_3?oldid=368365 (last visited November 7, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Primes whose first and last number is 3 --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Primes_whose_first_and_last_number_is_3?oldid=368365", note = "[Online; accessed 7-November-2024]" }
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 = "Primes whose first and last number is 3 --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Primes_whose_first_and_last_number_is_3?oldid=368365}", note = "[Online; accessed 7-November-2024]" }