Cite This Page
Bibliographic details for Armstrong numbers
- Page name: Armstrong numbers
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 8 March 2014 07:35 UTC
- Date retrieved: 9 February 2025 10:54 UTC
- Permanent URL: https://rosettacode.org/wiki/Armstrong_numbers?oldid=241394
- Page Version ID: 241394
Citation styles for Armstrong numbers
APA style
Armstrong numbers. (2014, March 8). Rosetta Code. Retrieved 10:54, February 9, 2025 from https://rosettacode.org/wiki/Armstrong_numbers?oldid=241394.
MLA style
"Armstrong numbers." Rosetta Code. 8 Mar 2014, 07:35 UTC. 9 Feb 2025, 10:54 <https://rosettacode.org/wiki/Armstrong_numbers?oldid=241394>.
MHRA style
Rosetta Code contributors, 'Armstrong numbers', Rosetta Code, 8 March 2014, 07:35 UTC, <https://rosettacode.org/wiki/Armstrong_numbers?oldid=241394> [accessed 9 February 2025]
Chicago style
Rosetta Code contributors, "Armstrong numbers," Rosetta Code, https://rosettacode.org/wiki/Armstrong_numbers?oldid=241394 (accessed February 9, 2025).
CBE/CSE style
Rosetta Code contributors. Armstrong numbers [Internet]. Rosetta Code; 2014 Mar 8, 07:35 UTC [cited 2025 Feb 9]. Available from: https://rosettacode.org/wiki/Armstrong_numbers?oldid=241394.
Bluebook style
Armstrong numbers, https://rosettacode.org/wiki/Armstrong_numbers?oldid=241394 (last visited February 9, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Armstrong numbers --- Rosetta Code{,} ", year = "2014", url = "https://rosettacode.org/wiki/Armstrong_numbers?oldid=241394", note = "[Online; accessed 9-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 = "Armstrong numbers --- Rosetta Code{,} ", year = "2014", url = "\url{https://rosettacode.org/wiki/Armstrong_numbers?oldid=241394}", note = "[Online; accessed 9-February-2025]" }