Cite This Page
Bibliographic details for Find adjacent primes which differ by a square integer
- Page name: Find adjacent primes which differ by a square integer
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 5 November 2022 14:05 UTC
- Date retrieved: 21 March 2023 20:14 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Find_adjacent_primes_which_differ_by_a_square_integer&oldid=333187
- Page Version ID: 333187
Citation styles for Find adjacent primes which differ by a square integer
APA style
Find adjacent primes which differ by a square integer. (2022, November 5). Rosetta Code, . Retrieved 20:14, March 21, 2023 from https://rosettacode.org/w/index.php?title=Find_adjacent_primes_which_differ_by_a_square_integer&oldid=333187.
MLA style
"Find adjacent primes which differ by a square integer." Rosetta Code, . 5 Nov 2022, 14:05 UTC. 21 Mar 2023, 20:14 <https://rosettacode.org/w/index.php?title=Find_adjacent_primes_which_differ_by_a_square_integer&oldid=333187>.
MHRA style
Rosetta Code contributors, 'Find adjacent primes which differ by a square integer', Rosetta Code, , 5 November 2022, 14:05 UTC, <https://rosettacode.org/w/index.php?title=Find_adjacent_primes_which_differ_by_a_square_integer&oldid=333187> [accessed 21 March 2023]
Chicago style
Rosetta Code contributors, "Find adjacent primes which differ by a square integer," Rosetta Code, , https://rosettacode.org/w/index.php?title=Find_adjacent_primes_which_differ_by_a_square_integer&oldid=333187 (accessed March 21, 2023).
CBE/CSE style
Rosetta Code contributors. Find adjacent primes which differ by a square integer [Internet]. Rosetta Code, ; 2022 Nov 5, 14:05 UTC [cited 2023 Mar 21]. Available from: https://rosettacode.org/w/index.php?title=Find_adjacent_primes_which_differ_by_a_square_integer&oldid=333187.
Bluebook style
Find adjacent primes which differ by a square integer, https://rosettacode.org/w/index.php?title=Find_adjacent_primes_which_differ_by_a_square_integer&oldid=333187 (last visited March 21, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Find adjacent primes which differ by a square integer --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Find_adjacent_primes_which_differ_by_a_square_integer&oldid=333187", note = "[Online; accessed 21-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 = "Find adjacent primes which differ by a square integer --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Find_adjacent_primes_which_differ_by_a_square_integer&oldid=333187}", note = "[Online; accessed 21-March-2023]" }