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 A245718 #4 Jul 30 2014 16:59:19 %S A245718 0,0,0,0,1,0,1,0,2,0,2,0,1,1,3,1,3,1,2,1,4,1,3,2,3,2,5,1,5,3,3,2,4,2, %T A245718 7,3,4,3,7,2,8,3,4,3,9,3,8,3,6,4,10,3,7,4,6,5,11,3,11,5,6,6,9,4,12,6, %U A245718 8,4,13,4,14,6,7,7,11,4,15,6,10,7,16 %N A245718 Integer part of sum of fractions A182972(k) / A182973(k) such that A182972(k) + A182973(k) = n. %C A245718 A245718(n) = floor(A245677(n)/A245678(n)). %H A245718 Reinhard Zumkeller, <a href="/A245718/b245718.txt">Table of n, a(n) for n = 3..1000</a> %e A245718 See A245677. %o A245718 (Haskell) %o A245718 a245718 n = a245677 n `div` a245678 n %Y A245718 Cf. A245677, A245678, A182972, A182973. %K A245718 nonn %O A245718 3,9 %A A245718 _Reinhard Zumkeller_, Jul 30 2014