Cite This Page
Bibliographic details for Positive decimal integers with the digit 1 occurring exactly twice
- Page name: Positive decimal integers with the digit 1 occurring exactly twice
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 3 January 2023 20:32 UTC
- Date retrieved: 25 March 2023 04:06 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Positive_decimal_integers_with_the_digit_1_occurring_exactly_twice&oldid=335049
- Page Version ID: 335049
Citation styles for Positive decimal integers with the digit 1 occurring exactly twice
APA style
Positive decimal integers with the digit 1 occurring exactly twice. (2023, January 3). Rosetta Code, . Retrieved 04:06, March 25, 2023 from https://rosettacode.org/w/index.php?title=Positive_decimal_integers_with_the_digit_1_occurring_exactly_twice&oldid=335049.
MLA style
"Positive decimal integers with the digit 1 occurring exactly twice." Rosetta Code, . 3 Jan 2023, 20:32 UTC. 25 Mar 2023, 04:06 <https://rosettacode.org/w/index.php?title=Positive_decimal_integers_with_the_digit_1_occurring_exactly_twice&oldid=335049>.
MHRA style
Rosetta Code contributors, 'Positive decimal integers with the digit 1 occurring exactly twice', Rosetta Code, , 3 January 2023, 20:32 UTC, <https://rosettacode.org/w/index.php?title=Positive_decimal_integers_with_the_digit_1_occurring_exactly_twice&oldid=335049> [accessed 25 March 2023]
Chicago style
Rosetta Code contributors, "Positive decimal integers with the digit 1 occurring exactly twice," Rosetta Code, , https://rosettacode.org/w/index.php?title=Positive_decimal_integers_with_the_digit_1_occurring_exactly_twice&oldid=335049 (accessed March 25, 2023).
CBE/CSE style
Rosetta Code contributors. Positive decimal integers with the digit 1 occurring exactly twice [Internet]. Rosetta Code, ; 2023 Jan 3, 20:32 UTC [cited 2023 Mar 25]. Available from: https://rosettacode.org/w/index.php?title=Positive_decimal_integers_with_the_digit_1_occurring_exactly_twice&oldid=335049.
Bluebook style
Positive decimal integers with the digit 1 occurring exactly twice, https://rosettacode.org/w/index.php?title=Positive_decimal_integers_with_the_digit_1_occurring_exactly_twice&oldid=335049 (last visited March 25, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Positive decimal integers with the digit 1 occurring exactly twice --- Rosetta Code{,} ", year = "2023", url = "https://rosettacode.org/w/index.php?title=Positive_decimal_integers_with_the_digit_1_occurring_exactly_twice&oldid=335049", note = "[Online; accessed 25-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 = "Positive decimal integers with the digit 1 occurring exactly twice --- Rosetta Code{,} ", year = "2023", url = "\url{https://rosettacode.org/w/index.php?title=Positive_decimal_integers_with_the_digit_1_occurring_exactly_twice&oldid=335049}", note = "[Online; accessed 25-March-2023]" }