Cite This Page
Bibliographic details for Distinct palindromes within decimal numbers
- Page name: Distinct palindromes within decimal numbers
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 15 November 2024 12:33 UTC
- Date retrieved: 8 February 2025 15:20 UTC
- Permanent URL: https://rosettacode.org/wiki/Distinct_palindromes_within_decimal_numbers?oldid=373318
- Page Version ID: 373318
Citation styles for Distinct palindromes within decimal numbers
APA style
Distinct palindromes within decimal numbers. (2024, November 15). Rosetta Code. Retrieved 15:20, February 8, 2025 from https://rosettacode.org/wiki/Distinct_palindromes_within_decimal_numbers?oldid=373318.
MLA style
"Distinct palindromes within decimal numbers." Rosetta Code. 15 Nov 2024, 12:33 UTC. 8 Feb 2025, 15:20 <https://rosettacode.org/wiki/Distinct_palindromes_within_decimal_numbers?oldid=373318>.
MHRA style
Rosetta Code contributors, 'Distinct palindromes within decimal numbers', Rosetta Code, 15 November 2024, 12:33 UTC, <https://rosettacode.org/wiki/Distinct_palindromes_within_decimal_numbers?oldid=373318> [accessed 8 February 2025]
Chicago style
Rosetta Code contributors, "Distinct palindromes within decimal numbers," Rosetta Code, https://rosettacode.org/wiki/Distinct_palindromes_within_decimal_numbers?oldid=373318 (accessed February 8, 2025).
CBE/CSE style
Rosetta Code contributors. Distinct palindromes within decimal numbers [Internet]. Rosetta Code; 2024 Nov 15, 12:33 UTC [cited 2025 Feb 8]. Available from: https://rosettacode.org/wiki/Distinct_palindromes_within_decimal_numbers?oldid=373318.
Bluebook style
Distinct palindromes within decimal numbers, https://rosettacode.org/wiki/Distinct_palindromes_within_decimal_numbers?oldid=373318 (last visited February 8, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Distinct palindromes within decimal numbers --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Distinct_palindromes_within_decimal_numbers?oldid=373318", note = "[Online; accessed 8-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 = "Distinct palindromes within decimal numbers --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Distinct_palindromes_within_decimal_numbers?oldid=373318}", note = "[Online; accessed 8-February-2025]" }