Cite This Page
Bibliographic details for Numbers divisible by their individual digits, but not by the product of their digits.
- Page name: Numbers divisible by their individual digits, but not by the product of their digits.
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 3 October 2024 09:13 UTC
- Date retrieved: 22 April 2025 17:02 UTC
- Permanent URL: https://rosettacode.org/wiki/Numbers_divisible_by_their_individual_digits,_but_not_by_the_product_of_their_digits.?oldid=370859
- Page Version ID: 370859
Citation styles for Numbers divisible by their individual digits, but not by the product of their digits.
APA style
Numbers divisible by their individual digits, but not by the product of their digits.. (2024, October 3). Rosetta Code. Retrieved 17:02, April 22, 2025 from https://rosettacode.org/wiki/Numbers_divisible_by_their_individual_digits,_but_not_by_the_product_of_their_digits.?oldid=370859.
MLA style
"Numbers divisible by their individual digits, but not by the product of their digits.." Rosetta Code. 3 Oct 2024, 09:13 UTC. 22 Apr 2025, 17:02 <https://rosettacode.org/wiki/Numbers_divisible_by_their_individual_digits,_but_not_by_the_product_of_their_digits.?oldid=370859>.
MHRA style
Rosetta Code contributors, 'Numbers divisible by their individual digits, but not by the product of their digits.', Rosetta Code, 3 October 2024, 09:13 UTC, <https://rosettacode.org/wiki/Numbers_divisible_by_their_individual_digits,_but_not_by_the_product_of_their_digits.?oldid=370859> [accessed 22 April 2025]
Chicago style
Rosetta Code contributors, "Numbers divisible by their individual digits, but not by the product of their digits.," Rosetta Code, https://rosettacode.org/wiki/Numbers_divisible_by_their_individual_digits,_but_not_by_the_product_of_their_digits.?oldid=370859 (accessed April 22, 2025).
CBE/CSE style
Rosetta Code contributors. Numbers divisible by their individual digits, but not by the product of their digits. [Internet]. Rosetta Code; 2024 Oct 3, 09:13 UTC [cited 2025 Apr 22]. Available from: https://rosettacode.org/wiki/Numbers_divisible_by_their_individual_digits,_but_not_by_the_product_of_their_digits.?oldid=370859.
Bluebook style
Numbers divisible by their individual digits, but not by the product of their digits., https://rosettacode.org/wiki/Numbers_divisible_by_their_individual_digits,_but_not_by_the_product_of_their_digits.?oldid=370859 (last visited April 22, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Numbers divisible by their individual digits, but not by the product of their digits. --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Numbers_divisible_by_their_individual_digits,_but_not_by_the_product_of_their_digits.?oldid=370859", note = "[Online; accessed 22-April-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 = "Numbers divisible by their individual digits, but not by the product of their digits. --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Numbers_divisible_by_their_individual_digits,_but_not_by_the_product_of_their_digits.?oldid=370859}", note = "[Online; accessed 22-April-2025]" }