Cite This Page
Bibliographic details for Find adjacents primes which difference is square integer
- Page name: Find adjacents primes which difference is square integer
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 8 December 2021 10:27 UTC
- Date retrieved: 29 March 2023 00:27 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Find_adjacents_primes_which_difference_is_square_integer&oldid=318279
- Page Version ID: 318279
Citation styles for Find adjacents primes which difference is square integer
APA style
Find adjacents primes which difference is square integer. (2021, December 8). Rosetta Code, . Retrieved 00:27, March 29, 2023 from https://rosettacode.org/w/index.php?title=Find_adjacents_primes_which_difference_is_square_integer&oldid=318279.
MLA style
"Find adjacents primes which difference is square integer." Rosetta Code, . 8 Dec 2021, 10:27 UTC. 29 Mar 2023, 00:27 <https://rosettacode.org/w/index.php?title=Find_adjacents_primes_which_difference_is_square_integer&oldid=318279>.
MHRA style
Rosetta Code contributors, 'Find adjacents primes which difference is square integer', Rosetta Code, , 8 December 2021, 10:27 UTC, <https://rosettacode.org/w/index.php?title=Find_adjacents_primes_which_difference_is_square_integer&oldid=318279> [accessed 29 March 2023]
Chicago style
Rosetta Code contributors, "Find adjacents primes which difference is square integer," Rosetta Code, , https://rosettacode.org/w/index.php?title=Find_adjacents_primes_which_difference_is_square_integer&oldid=318279 (accessed March 29, 2023).
CBE/CSE style
Rosetta Code contributors. Find adjacents primes which difference is square integer [Internet]. Rosetta Code, ; 2021 Dec 8, 10:27 UTC [cited 2023 Mar 29]. Available from: https://rosettacode.org/w/index.php?title=Find_adjacents_primes_which_difference_is_square_integer&oldid=318279.
Bluebook style
Find adjacents primes which difference is square integer, https://rosettacode.org/w/index.php?title=Find_adjacents_primes_which_difference_is_square_integer&oldid=318279 (last visited March 29, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Find adjacents primes which difference is square integer --- Rosetta Code{,} ", year = "2021", url = "https://rosettacode.org/w/index.php?title=Find_adjacents_primes_which_difference_is_square_integer&oldid=318279", note = "[Online; accessed 29-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 adjacents primes which difference is square integer --- Rosetta Code{,} ", year = "2021", url = "\url{https://rosettacode.org/w/index.php?title=Find_adjacents_primes_which_difference_is_square_integer&oldid=318279}", note = "[Online; accessed 29-March-2023]" }