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