Cite This Page
Bibliographic details for Consecutive primes with ascending or descending differences
- Page name: Consecutive primes with ascending or descending differences
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 26 August 2022 22:01 UTC
- Date retrieved: 26 March 2023 15:46 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Consecutive_primes_with_ascending_or_descending_differences&oldid=327272
- Page Version ID: 327272
Citation styles for Consecutive primes with ascending or descending differences
APA style
Consecutive primes with ascending or descending differences. (2022, August 26). Rosetta Code, . Retrieved 15:46, March 26, 2023 from https://rosettacode.org/w/index.php?title=Consecutive_primes_with_ascending_or_descending_differences&oldid=327272.
MLA style
"Consecutive primes with ascending or descending differences." Rosetta Code, . 26 Aug 2022, 22:01 UTC. 26 Mar 2023, 15:46 <https://rosettacode.org/w/index.php?title=Consecutive_primes_with_ascending_or_descending_differences&oldid=327272>.
MHRA style
Rosetta Code contributors, 'Consecutive primes with ascending or descending differences', Rosetta Code, , 26 August 2022, 22:01 UTC, <https://rosettacode.org/w/index.php?title=Consecutive_primes_with_ascending_or_descending_differences&oldid=327272> [accessed 26 March 2023]
Chicago style
Rosetta Code contributors, "Consecutive primes with ascending or descending differences," Rosetta Code, , https://rosettacode.org/w/index.php?title=Consecutive_primes_with_ascending_or_descending_differences&oldid=327272 (accessed March 26, 2023).
CBE/CSE style
Rosetta Code contributors. Consecutive primes with ascending or descending differences [Internet]. Rosetta Code, ; 2022 Aug 26, 22:01 UTC [cited 2023 Mar 26]. Available from: https://rosettacode.org/w/index.php?title=Consecutive_primes_with_ascending_or_descending_differences&oldid=327272.
Bluebook style
Consecutive primes with ascending or descending differences, https://rosettacode.org/w/index.php?title=Consecutive_primes_with_ascending_or_descending_differences&oldid=327272 (last visited March 26, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Consecutive primes with ascending or descending differences --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Consecutive_primes_with_ascending_or_descending_differences&oldid=327272", note = "[Online; accessed 26-March-2023]" }
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 = "Consecutive primes with ascending or descending differences --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Consecutive_primes_with_ascending_or_descending_differences&oldid=327272}", note = "[Online; accessed 26-March-2023]" }