#APLQuest 2015-03: Write a function that takes an integer right argument and returns a vector of the terms in the Farey sequence of that order (see https://apl.quest/2015/3/ to test your solution and view ours).

#APL #FareySequence #NumberTheory

APL Quest 2015-3: Farey Tale

Write a function that takes an integer right argument and returns a vector of the terms in the Farey sequence of that order.