S000516


The value of the terms in a Farey sequence that are integers.

1, 2, 9, 48, 1250, 9000, 13610558304, 720135360000, 5147281912068450, 277231266827665920, 31842900715408963650988277760000, 29604504628343390736761167005689239830528, 219590838493325722566895507581730141714229668091507385600

1

S000516

Derksen and Lagarias prove that there are 19 terms in this sequence. 

T. D. Noe, Plot of 19 terms

T. D. Noe, Table of 19 terms

H. Derksen and J. C. Lagarias, Problem 11601 (The product of Farey series), Amer. Math. Monthly 118 (2011), no. 9, 846. [Solution 120 (2013), 857-858.]

Jeffrey C. Lagarias and Harsh Mehta, Products of Farey fractions, arXiv 1503.00199 (Mar 01 2015)

Eric W. Weisstein, MathWorld: Farey Sequence

(Mma) FBar[n_] := (prod = 1; Do[If[GCD[h, k] == 1, prod = prod*h/k], {k, n}, {h, k}]; 1/prod); s = Table[FBar[n], {n, 100}]; Select[s, _IntegerQ[#] &]

Cf. S000513, S000515.

nonn,fini,full

T. D. Noe, Mar 03 2015

© Tony D Noe 2014-2015