This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A061560 #15 Mar 01 2020 06:30:33 %S A061560 1,33,65,81,121,129,141,201,213,231,243,279,309,325,345,361,385,451, %T A061560 475,531,543,585,605,629,651,697,713,755,775,807,831,901,965,1001, %U A061560 1029,1261,1309,1329,1395,1495,1565,1589,1661,1737,1773,1833,1857,1935,1967 %N A061560 Lengths of Farey-series (A005728) which are not primes. %H A061560 Amiram Eldar, <a href="/A061560/b061560.txt">Table of n, a(n) for n = 1..10000</a> %F A061560 a(n) = A005728(A055197(n-1)) for n > 1, a(1) = A005728(0). %e A061560 a(3) = 65 = 5*13 is not a prime, A055197(3-1) = 14, A005728(14) = 65. %t A061560 seq = {1}; sum = 1; Do[sum += EulerPhi[k]; If[!PrimeQ[sum], AppendTo[seq, sum]], {k, 1, 80}]; seq (* _Amiram Eldar_, Mar 01 2020 *) %Y A061560 Cf. A005728, A055197, A006842, A006843, A002088, A000010, A055201. %K A061560 nonn %O A061560 1,2 %A A061560 _Frank Ellermann_, May 17 2001 %E A061560 More terms from _Vladeta Jovovic_, Jun 03 2001 %E A061560 Offset corrected by _Amiram Eldar_, Mar 01 2020