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: 6 January 2025 11:29 UTC
- Date retrieved: 15 March 2025 07:55 UTC
- Permanent URL: https://rosettacode.org/wiki/Primes_whose_first_and_last_number_is_3?oldid=375251
- Page Version ID: 375251
Citation styles for Primes whose first and last number is 3
APA style
Primes whose first and last number is 3. (2025, January 6). Rosetta Code. Retrieved 07:55, March 15, 2025 from https://rosettacode.org/wiki/Primes_whose_first_and_last_number_is_3?oldid=375251.
MLA style
"Primes whose first and last number is 3." Rosetta Code. 6 Jan 2025, 11:29 UTC. 15 Mar 2025, 07:55 <https://rosettacode.org/wiki/Primes_whose_first_and_last_number_is_3?oldid=375251>.
MHRA style
Rosetta Code contributors, 'Primes whose first and last number is 3', Rosetta Code, 6 January 2025, 11:29 UTC, <https://rosettacode.org/wiki/Primes_whose_first_and_last_number_is_3?oldid=375251> [accessed 15 March 2025]
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=375251 (accessed March 15, 2025).
CBE/CSE style
Rosetta Code contributors. Primes whose first and last number is 3 [Internet]. Rosetta Code; 2025 Jan 6, 11:29 UTC [cited 2025 Mar 15]. Available from: https://rosettacode.org/wiki/Primes_whose_first_and_last_number_is_3?oldid=375251.
Bluebook style
Primes whose first and last number is 3, https://rosettacode.org/wiki/Primes_whose_first_and_last_number_is_3?oldid=375251 (last visited March 15, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Primes whose first and last number is 3 --- Rosetta Code{,} ", year = "2025", url = "https://rosettacode.org/wiki/Primes_whose_first_and_last_number_is_3?oldid=375251", note = "[Online; accessed 15-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 = "Primes whose first and last number is 3 --- Rosetta Code{,} ", year = "2025", url = "\url{https://rosettacode.org/wiki/Primes_whose_first_and_last_number_is_3?oldid=375251}", note = "[Online; accessed 15-March-2025]" }