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: 4 December 2024 11:39 UTC
- Date retrieved: 10 February 2025 23:26 UTC
- Permanent URL: https://rosettacode.org/wiki/Find_adjacent_primes_which_differ_by_a_square_integer?oldid=374102
- Page Version ID: 374102
Citation styles for Find adjacent primes which differ by a square integer
APA style
Find adjacent primes which differ by a square integer. (2024, December 4). Rosetta Code. Retrieved 23:26, February 10, 2025 from https://rosettacode.org/wiki/Find_adjacent_primes_which_differ_by_a_square_integer?oldid=374102.
MLA style
"Find adjacent primes which differ by a square integer." Rosetta Code. 4 Dec 2024, 11:39 UTC. 10 Feb 2025, 23:26 <https://rosettacode.org/wiki/Find_adjacent_primes_which_differ_by_a_square_integer?oldid=374102>.
MHRA style
Rosetta Code contributors, 'Find adjacent primes which differ by a square integer', Rosetta Code, 4 December 2024, 11:39 UTC, <https://rosettacode.org/wiki/Find_adjacent_primes_which_differ_by_a_square_integer?oldid=374102> [accessed 10 February 2025]
Chicago style
Rosetta Code contributors, "Find adjacent primes which differ by a square integer," Rosetta Code, https://rosettacode.org/wiki/Find_adjacent_primes_which_differ_by_a_square_integer?oldid=374102 (accessed February 10, 2025).
CBE/CSE style
Rosetta Code contributors. Find adjacent primes which differ by a square integer [Internet]. Rosetta Code; 2024 Dec 4, 11:39 UTC [cited 2025 Feb 10]. Available from: https://rosettacode.org/wiki/Find_adjacent_primes_which_differ_by_a_square_integer?oldid=374102.
Bluebook style
Find adjacent primes which differ by a square integer, https://rosettacode.org/wiki/Find_adjacent_primes_which_differ_by_a_square_integer?oldid=374102 (last visited February 10, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Find adjacent primes which differ by a square integer --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Find_adjacent_primes_which_differ_by_a_square_integer?oldid=374102", note = "[Online; accessed 10-February-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 = "Find adjacent primes which differ by a square integer --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Find_adjacent_primes_which_differ_by_a_square_integer?oldid=374102}", note = "[Online; accessed 10-February-2025]" }