Cite This Page
Bibliographic details for Som of first n cubes
- Page name: Som of first n cubes
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 19 May 2021 06:46 UTC
- Date retrieved: 25 March 2025 12:11 UTC
- Permanent URL: https://rosettacode.org/wiki/Som_of_first_n_cubes?oldid=312292
- Page Version ID: 312292
Citation styles for Som of first n cubes
APA style
Som of first n cubes. (2021, May 19). Rosetta Code. Retrieved 12:11, March 25, 2025 from https://rosettacode.org/wiki/Som_of_first_n_cubes?oldid=312292.
MLA style
"Som of first n cubes." Rosetta Code. 19 May 2021, 06:46 UTC. 25 Mar 2025, 12:11 <https://rosettacode.org/wiki/Som_of_first_n_cubes?oldid=312292>.
MHRA style
Rosetta Code contributors, 'Som of first n cubes', Rosetta Code, 19 May 2021, 06:46 UTC, <https://rosettacode.org/wiki/Som_of_first_n_cubes?oldid=312292> [accessed 25 March 2025]
Chicago style
Rosetta Code contributors, "Som of first n cubes," Rosetta Code, https://rosettacode.org/wiki/Som_of_first_n_cubes?oldid=312292 (accessed March 25, 2025).
CBE/CSE style
Rosetta Code contributors. Som of first n cubes [Internet]. Rosetta Code; 2021 May 19, 06:46 UTC [cited 2025 Mar 25]. Available from: https://rosettacode.org/wiki/Som_of_first_n_cubes?oldid=312292.
Bluebook style
Som of first n cubes, https://rosettacode.org/wiki/Som_of_first_n_cubes?oldid=312292 (last visited March 25, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Som of first n cubes --- Rosetta Code{,} ", year = "2021", url = "https://rosettacode.org/wiki/Som_of_first_n_cubes?oldid=312292", note = "[Online; accessed 25-March-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 = "Som of first n cubes --- Rosetta Code{,} ", year = "2021", url = "\url{https://rosettacode.org/wiki/Som_of_first_n_cubes?oldid=312292}", note = "[Online; accessed 25-March-2025]" }