Yellowstone sequence: Difference between revisions

Content added Content deleted
Line 13:
 
The sequence is a permutation of the natural numbers, and gets its name from what its authors felt was a spiking, fountain like appearance of a plot of the sequence.
 
 
=== Task ===
Task: find and show as output the first 30 Yellowstone numbers.
 
 
=== Extra ===
Extra: Demonstrate how to plot, with x = n and y coordinate a(n), the first 100 Yellowstone numbers.
 
;Example:
Line 26 ⟶ 34:
:*   The OEIS entry:   [https://oeis.org/A098550 A098550 The Yellowstone permutation].
:*   Applegate et al, 2015: The Yellowstone Permutation [https://arxiv.org/abs/1501.01669]
 
 
 
Task: find and show as output the first 30 Yellowstone numbers.
 
Extra: Demonstrate how to plot, with x = n and y coordinate a(n), the first 100 Yellowstone numbers.
 
=={{header|Julia}}==