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 A113710 #27 Nov 30 2016 05:51:55 %S A113710 2,3,2,6,4,9,5,4,15,6,10,21,11,8,9,30,11,17,36,13,20,14,12,25,51,26, %T A113710 54,28,9,32,22,69,14,75,26,27,41,28,29,90,19,96,49,99,17,18,56,114,58, %U A113710 39,120,25,42,43,44,135,46,70,141,29,21,77,156,79,23,56,34,174,88,59,45,62 %N A113710 a(n) = A113709(n)/(prime(n+1) - prime(n)). %C A113710 Records are in A040040. - _Andres Cicuttin_, Nov 26 2016 %F A113710 a(n) = floor(p(n+1)/(p(n+1)-p(n))) = ceiling(p(n)/(p(n+1)-p(n))), where p(n) is the n-th prime. - _Leroy Quet_, Feb 03 2007 %F A113710 a(n) = A113709(n)/A001223(n). - _Omar E. Pol_, Nov 26 2016 %e A113710 Between the primes 67 and 71 is the composite 68 and 68 is divisible by (71-67)=4. So 68/(71-67)= 17 is in the sequence. %Y A113710 Cf. A113709. %K A113710 nonn %O A113710 2,1 %A A113710 _Leroy Quet_, Nov 06 2005 %E A113710 More terms from _R. J. Mathar_, Aug 31 2007