Advertisement
tpfto

code for Fraction Sounds

Sep 26th, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Sound[ListPlay[First[RealDigits[N[#, 2000]]]] & /@
  2. Select[ArrayPad[FareySequence[33], -1],
  3. With[{d = Denominator[#]},
  4. MultiplicativeOrder[10, Fold[Quotient, d, {2, 5}^IntegerExponent[d, {2, 5}]]] > 1] &]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement