Cite This Page
Bibliographic details for Sequence: smallest number greater than previous term with exactly n divisors
- Page name: Sequence: smallest number greater than previous term with exactly n divisors
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 23 July 2024 08:13 UTC
- Date retrieved: 5 October 2024 13:40 UTC
- Permanent URL: https://rosettacode.org/wiki/Sequence:_smallest_number_greater_than_previous_term_with_exactly_n_divisors?oldid=367490
- Page Version ID: 367490
Citation styles for Sequence: smallest number greater than previous term with exactly n divisors
APA style
Sequence: smallest number greater than previous term with exactly n divisors. (2024, July 23). Rosetta Code. Retrieved 13:40, October 5, 2024 from https://rosettacode.org/wiki/Sequence:_smallest_number_greater_than_previous_term_with_exactly_n_divisors?oldid=367490.
MLA style
"Sequence: smallest number greater than previous term with exactly n divisors." Rosetta Code. 23 Jul 2024, 08:13 UTC. 5 Oct 2024, 13:40 <https://rosettacode.org/wiki/Sequence:_smallest_number_greater_than_previous_term_with_exactly_n_divisors?oldid=367490>.
MHRA style
Rosetta Code contributors, 'Sequence: smallest number greater than previous term with exactly n divisors', Rosetta Code, 23 July 2024, 08:13 UTC, <https://rosettacode.org/wiki/Sequence:_smallest_number_greater_than_previous_term_with_exactly_n_divisors?oldid=367490> [accessed 5 October 2024]
Chicago style
Rosetta Code contributors, "Sequence: smallest number greater than previous term with exactly n divisors," Rosetta Code, https://rosettacode.org/wiki/Sequence:_smallest_number_greater_than_previous_term_with_exactly_n_divisors?oldid=367490 (accessed October 5, 2024).
CBE/CSE style
Rosetta Code contributors. Sequence: smallest number greater than previous term with exactly n divisors [Internet]. Rosetta Code; 2024 Jul 23, 08:13 UTC [cited 2024 Oct 5]. Available from: https://rosettacode.org/wiki/Sequence:_smallest_number_greater_than_previous_term_with_exactly_n_divisors?oldid=367490.
Bluebook style
Sequence: smallest number greater than previous term with exactly n divisors, https://rosettacode.org/wiki/Sequence:_smallest_number_greater_than_previous_term_with_exactly_n_divisors?oldid=367490 (last visited October 5, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Sequence: smallest number greater than previous term with exactly n divisors --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Sequence:_smallest_number_greater_than_previous_term_with_exactly_n_divisors?oldid=367490", note = "[Online; accessed 5-October-2024]" }
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 = "Sequence: smallest number greater than previous term with exactly n divisors --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Sequence:_smallest_number_greater_than_previous_term_with_exactly_n_divisors?oldid=367490}", note = "[Online; accessed 5-October-2024]" }