cp's OEIS Frontend

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.

A110223 Numbers not the absolute difference between a cube and a square.

This page as a plain text file.
%I A110223 #5 Mar 30 2012 17:31:16
%S A110223 6,14,21,29,32,34,42,46,51,58,59,62,66,69,70,75,77,78,84,85,86,88,90,
%T A110223 93,96,102,103,110,111,114,115,123,130,133,137,140,149,157,158,160,
%U A110223 162,165,166,173,176,178,179,181,182,183,187,194,201,202,203,205,209,210,211
%N A110223 Numbers not the absolute difference between a cube and a square.
%C A110223 See A074981 for references.
%H A110223 T. D. Noe, <a href="/A110223/b110223.txt">Table of n, a(n) for n=1..5098</a>
%t A110223 Complement[ Range[212], Union[ Flatten[ Table[ Select[ Table[ Abs[n^3 - m^2], {m, 0, 10000}], # < 10^3 &], {n, -5000, 5000}]]]]
%Y A110223 Cf. A074981. Intersection of A081121 and A054504.
%K A110223 nonn,nice
%O A110223 1,1
%A A110223 _Robert G. Wilson v_, Jul 16 2005